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.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/020-1/mahoud.txt b/npc/020-1/mahoud.txt
new file mode 100644
index 00000000..2ad43518
--- /dev/null
+++ b/npc/020-1/mahoud.txt
@@ -0,0 +1,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;
+}