summaryrefslogtreecommitdiff
path: root/npc/012-2-2/sorfina.txt
blob: 682fa38dce897e44900efb772e922c1dec5f6783 (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:
//    Sorfina, the former starting NPC. Could need a new job.
// THIS IS A PLACEHOLDER!

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

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