summaryrefslogtreecommitdiff
path: root/npc/012-1/hasan.txt
blob: 06da9f5d1f33970be54f7cd681e5f2979c5dc04a (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 = G_MALE;
    .distance = 4;
    end;
}