summaryrefslogtreecommitdiff
path: root/npc/012-1/crasmande.txt
blob: dde77500897cf8433091fa8466fc7f681c9a7d5a (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:
//    Crasmande, the scared man.
// THIS IS A PLACEHOLDER!

012-1,41,44,0	script	Crasmande	NPC_CRASMANDE,{
    speech
        l("I'm scared!"),
        l("Hasan is bullying me!"),
        l("%%i");
    close;

OnInit:
    .bodytype = BODYTYPE_3;
    .distance = 4;
    end;
}