summaryrefslogtreecommitdiff
path: root/npc/001-2-0/resa.txt
blob: 0ed2997f0b1bd54705acadc2d44421a6195c08b7 (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:
    setnpcsex G_FEMALE;
    setnpcdistance 2;
    end;
}