summaryrefslogtreecommitdiff
path: root/npc/020-1/mahoud.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/mahoud.txt')
-rw-r--r--npc/020-1/mahoud.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/020-1/mahoud.txt b/npc/020-1/mahoud.txt
new file mode 100644
index 00000000..2f9170fa
--- /dev/null
+++ b/npc/020-1/mahoud.txt
@@ -0,0 +1,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 = 2;
+ end;
+}