summaryrefslogtreecommitdiff
path: root/npc/008-2-2/roamingo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-2/roamingo.txt')
-rw-r--r--npc/008-2-2/roamingo.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/008-2-2/roamingo.txt b/npc/008-2-2/roamingo.txt
new file mode 100644
index 00000000..98c82ef8
--- /dev/null
+++ b/npc/008-2-2/roamingo.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Drinker Roamingo
+// THIS IS A PLACEHOLDER!
+
+008-2-2,43,34,0 script Roamingo#008-2-2 NPC_DRINKER_ROAMINGO,{
+ speech
+ l("Oh hi my friend *hicks*"),
+ l("Eh... shiver me timbers! *hicks* Where did you find this hat??");
+ lg("Know what *hicks*, if you give me the hat, the next round will be on me.");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}