summaryrefslogtreecommitdiff
path: root/npc/001-2-0/resa.txt
blob: b8df8c26759f4e8347718b44c580055203a37ac8 (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.

// Size = 2
001-2-0,37,28,0	script	Resa	117,{
    mesn;
    mesq l("Hi.");

    close;
OnInit:
    setnpcsex 0;
    end;
}