summaryrefslogtreecommitdiff
path: root/npc/012-1/hasan.txt
blob: eecf3653e1e13de5b32e7265fbcbfe25021147c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Hasan, the bad guy.
// THIS IS A PLACEHOLDER!

012-1,39,44,0	script	Hasan	NPC_HASAN,{
    speech
        l("Hey. I did nothing, I swear."),
        l("Crasmande has been this way since I got here."),
        lg("Don't you have more important business to attend to, anyway?");
    close;

OnInit:
    .sex = GENDER_HIDDEN;
    .distance = 4;
    end;
}