summaryrefslogtreecommitdiff
path: root/npc/020-1/mahoud.txt
blob: 2ad435186219eb1caebc7e5e5889839e4a6eb9d2 (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:
//    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:
    .distance = 4;
    end;
}