summaryrefslogtreecommitdiff
path: root/npc/012-1/crasmande.txt
blob: 5aef9e89e894784f62e852926a73c85bd7fbfb37 (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:
//    Crasmande, the scared man.
// THIS IS A PLACEHOLDER!

012-1,41,44,0	script	Crasmande	NPC_CRASMANDE,{
    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;
}