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, 0 insertions, 20 deletions
diff --git a/npc/008-2-2/roamingo.txt b/npc/008-2-2/roamingo.txt
deleted file mode 100644
index 98c82ef8..00000000
--- a/npc/008-2-2/roamingo.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-// 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;
-}