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