summaryrefslogblamecommitdiff
path: root/npc/001-2-28/red.txt
blob: 23fb6ef76d36f6f1e3f9e8ad745c2689b54873f2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                         
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Red, the INN Keeper.

001-2-28,28,28,0	script	Red#001-2-28	NPC_RED,{

    speech l("Welcome!");
    close;

OnInit:
    .sex = G_FEMALE;
    .distance = 5;
}