summaryrefslogtreecommitdiff
path: root/npc/001-1/enora.txt
blob: 5979e25793200d8e5ea7adbc04d34e2fc2101543 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Newbie guide for Artis.

001-1,176,113,0	script	Enora#001-1	NPC_HUMAN_FEMALE_NOOB,{
    mesn;
    mesq l("Welcome!");

    goto L_Close;

L_Close:
    close;

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