summaryrefslogtreecommitdiff
path: root/npc/012-2-1/jessie.txt
blob: c00e868db1b92a12a1206a41eb9b2aa272855e54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Jessie, Sorfina's old husband.
// THIS IS A PLACEHOLDER!

012-2-1,38,30,0	script	Jessie	NPC_JESSIE,{
    speech
        l("Welcome."),
        l("Someone was too lazy to even write a placeholder text, so please come back later");
    close;

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