summaryrefslogtreecommitdiff
path: root/npc/008-2-1/inspector.txt
diff options
context:
space:
mode:
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;
+}