summaryrefslogtreecommitdiff
path: root/npc/012-1/hasan.txt
blob: 79cf90236ae563cfc4aa86baa0796b6458297863 (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:
//    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."),
        l("Don't you have more important business to attend to, anyway?");
    close;

OnInit:
    .distance = 4;
    end;
}