summaryrefslogtreecommitdiff
path: root/npc/012-1_Woodland_Hills
diff options
context:
space:
mode:
authorMaximilian Philipps <Turmfalke2007@web.de>2009-07-19 17:22:57 +0200
committerJared Adams <jaxad0127@gmail.com>2009-07-20 18:00:26 -0600
commitf31497688ec199d06f04d137ada8879fa1b419cc (patch)
tree2a4d42d147b9a826059188b2e72c7a2c62e2ce92 /npc/012-1_Woodland_Hills
parentea7661d8046b5b6d7ce0199546fe1e5331f5ac18 (diff)
downloadserverdata-f31497688ec199d06f04d137ada8879fa1b419cc.tar.gz
serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.tar.bz2
serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.tar.xz
serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.zip
removes next; when followed by a close;
Diffstat (limited to 'npc/012-1_Woodland_Hills')
-rw-r--r--npc/012-1_Woodland_Hills/injured-mouboo.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/npc/012-1_Woodland_Hills/injured-mouboo.txt b/npc/012-1_Woodland_Hills/injured-mouboo.txt
index ae203a9a..4adbca98 100644
--- a/npc/012-1_Woodland_Hills/injured-mouboo.txt
+++ b/npc/012-1_Woodland_Hills/injured-mouboo.txt
@@ -33,7 +33,6 @@ function script QuestMoubooHeal {
L_nothing:
mes "Your spell has no effect.";
- next;
close;
S_update_var:
@@ -201,25 +200,20 @@ L_dead:
set @Q_status, @STATE_TOOK_KILL_REWARD;
callsub S_update_var;
-
- next;
close;
L_took_reward:
mes "[Dead Mouboo]";
mes "You see a dead mouboo.";
- next;
close;
L_nopickup:
mes "Unfortunately, you can't carry any more.";
- next;
close;
L_healed:
mes "[Mouboo]";
mes "The mouboo is sleeping soundly, smiling in its dreams.";
- next;
close;
S_update_var: