summaryrefslogtreecommitdiff
path: root/npc/008-2-2/ledmitz.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-2/ledmitz.txt')
-rw-r--r--npc/008-2-2/ledmitz.txt36
1 files changed, 0 insertions, 36 deletions
diff --git a/npc/008-2-2/ledmitz.txt b/npc/008-2-2/ledmitz.txt
deleted file mode 100644
index 71e72ac9..00000000
--- a/npc/008-2-2/ledmitz.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-// Evol scripts.
-// Author:
-// gumi
-
-008-2-2,43,34,0 script Ledd NPC_DRINKER_ROAMINGO,{
- // XXX: ^ I know it should be Led and Mitz but 4144 made names
- // shorter than 4 characters illegal
-
- deltimer("Mitz::OnTalk");
- addtimer(rand(500, 900), "Mitz::OnTalk");
-OnTalk:
- npctalk3(l("Ha! I'll drink muuuch mo.. more than you! Im not ooone biiit dr...dr..unk!"));
- // TODO: add more sentences
- // XXX: maybe instead of making them respond to a click they should just
- // shout at each other at regular intervals?
- end;
-
-OnInit:
- .distance = 3;
- end;
-}
-
-008-2-2,46,34,0 script Mitz NPC_DRINKER_MICKSHA,{
-
- deltimer("Ledd::OnTalk");
- addtimer(rand(500, 900), "Ledd::OnTalk");
-OnTalk:
- npctalk3(l("I can still drink more! Better give up you... you... teelotaler! MORE BEER MELINDA!"));
- // TODO: add more sentences
- end;
-
-OnInit:
- .distance = 3;
- end;
-}
-