summaryrefslogtreecommitdiff
path: root/npc/001-2-0/resa.txt
blob: e32dce56be92343baccc6f4c417c43d098096f0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Light Armor shop keeper.

001-2-0,37,28,0	script	Resa	NPC_ELVEN_FEMALE_ARMOR_SHOP,{
    mesn;
    mesq l("Hi.");
    close;

OnInit:
    .sex = G_FEMALE;
    .distance = 2;
    end;
}