summaryrefslogtreecommitdiff
path: root/npc/008-2-1/inspector.txt
diff options
context:
space:
mode:
authorMicksha <Micksha@users.noreply.github.com>2018-10-05 22:15:07 +0200
committerMicksha <Micksha@users.noreply.github.com>2018-11-05 21:34:37 +0100
commit862551f1341356d88a4b969a90f1c98de82067dc (patch)
treedbe90fc525986bc1ebc909af212e96009886f9bf /npc/008-2-1/inspector.txt
parente60f059545cdfaefcb6821fdbb8809ccfa9f265a (diff)
downloadserverdata-862551f1341356d88a4b969a90f1c98de82067dc.tar.gz
serverdata-862551f1341356d88a4b969a90f1c98de82067dc.tar.bz2
serverdata-862551f1341356d88a4b969a90f1c98de82067dc.tar.xz
serverdata-862551f1341356d88a4b969a90f1c98de82067dc.zip
Trying to add some NPCs for Hurns
Diffstat (limited to 'npc/008-2-1/inspector.txt')
-rw-r--r--npc/008-2-1/inspector.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/008-2-1/inspector.txt b/npc/008-2-1/inspector.txt
new file mode 100644
index 00000000..62157207
--- /dev/null
+++ b/npc/008-2-1/inspector.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// The Inspector not willing to do his job.
+// THIS IS A PLACEHOLDER!
+
+008-1,30,34,0 script Inspector#008-1 NPC_INSPECTOR,{
+ speech
+ l("Oh hey!"),
+ lg("Got a beer for me? No? Then I am too busy for your stupid problems.");
+ l("Go away, and bring a beer next time you pass by.");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}