summaryrefslogtreecommitdiff
path: root/npc/008-2-2/micksha.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-2/micksha.txt')
-rw-r--r--npc/008-2-2/micksha.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/008-2-2/micksha.txt b/npc/008-2-2/micksha.txt
new file mode 100644
index 00000000..099bff34
--- /dev/null
+++ b/npc/008-2-2/micksha.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Drinker Micksha
+// THIS IS A PLACEHOLDER!
+
+008-2-2,46,34,0 script Micksha#008-2-2 NPC_DRINKER_MICKSHA,{
+ speech
+ l("Hello Sir *hicks*."),
+ l("Umm, can you perhaps spring for a beer? *hicks* I'm broken.");
+ lg("*burp* ... .");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}