// Evol scripts. // Author: // Reid // Description: // Light Armor shop keeper. // Variables: // ArtisQuests_Enora // Values: // 0 Default. // 1 BlackSmith quest delivered. // 2 Chelios Quest given. // 3 Chelios Quest done. // 4 BlackSmith gave the sword. // 5 Light Armor Shop quest delivered. // 6 Light Armor Shop gave the cloths. 005-4,42,37,0 script Tolchi NPC_ELVEN_FEMALE_ARMOR_SHOP,{ OnInit: .sex = G_FEMALE; .distance = 2; end; }