summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/halloween/debug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/annuals/halloween/debug.txt')
-rw-r--r--world/map/npc/annuals/halloween/debug.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/world/map/npc/annuals/halloween/debug.txt b/world/map/npc/annuals/halloween/debug.txt
index d633ed00..8f3d066e 100644
--- a/world/map/npc/annuals/halloween/debug.txt
+++ b/world/map/npc/annuals/halloween/debug.txt
@@ -13,7 +13,6 @@ L_Live:
"Set Old Event Flag.", L_LastReset,
"Halloween Time Key Change.", L_HalloweenTimeKey,
"Reset NPC's mask memory", L_ResetMask,
- "Set HWEEN16 value", L_HalloweenValue,
"Nothing.", L_Close;
L_Debug:
@@ -25,7 +24,6 @@ L_Debug:
"Set NPC trick or treat flag", L_SetTrickOrTreats,
"Reset my quest state", L_ResetMe,
"Reset NPC's mask memory", L_ResetMask,
- "Set HWEEN16 value", L_HalloweenValue,
"Nothing.", L_Close;
L_DebugTime:
@@ -43,20 +41,6 @@ L_LastReset:
set HALLOWEENYEAR, 2012;
goto L_Debug;
-L_HalloweenValue:
- mes "$hween16 value";
- mes "0 is first phase";
- mes "1 is seconde phase";
- mes "2 is event finish";
- mes "Set value";
- input @hweenvalue;
-
- if ((@hweenvalue < 0) || (@hweenvalue >2))
- goto L_HalloweenError;
-
- set HWEEN16, @hweenvalue;
- goto L_Debug;
-
L_HalloweenTimeKey:
mes "Halloween Time Key Change.";
mes "Start Month?";