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

OnInit:
    .distance = 4;
    end;
}