summaryrefslogtreecommitdiff
path: root/npc/020-1/mahoud.txt
blob: d8d63cc21d86d943f1ee6061d414efa502362337 (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:
//    Mahoud, a scammer and a troll besides the Tulimshar Graveyard.
// THIS IS A PLACEHOLDER!

020-1,180,169,0	script	Mahoud	NPC_YOUNG_MAN_KFAHR,{
    speech
        l("Hey, you!"),
        l("Got something to bury? I need some job, and I need some money."),
        l("Ah, wait, we cannot trade anything without some developer. Go find one!");
    close;

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