summaryrefslogtreecommitdiff
path: root/npc/012-1/hasan.txt
blob: 3a73556633df3fcc450318912c54839ba869b6c8 (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:
    .bodytype = BODYTYPE_3;
    .distance = 4;
    end;
}