summaryrefslogtreecommitdiff
path: root/world/map/npc/003-4/time-traveler.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/003-4/time-traveler.txt')
-rw-r--r--world/map/npc/003-4/time-traveler.txt33
1 files changed, 0 insertions, 33 deletions
diff --git a/world/map/npc/003-4/time-traveler.txt b/world/map/npc/003-4/time-traveler.txt
deleted file mode 100644
index 00a875f5..00000000
--- a/world/map/npc/003-4/time-traveler.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-// time traveler that warps from old tonori to new tonori
-
-002-1,30,67,0|script|Time Traveler#21|184
-{
- mes "Would you like to time travel?";
- menu
- "Yes!", L_Warp;
-
-L_Warp:
- mes "Hang tight!";
- close2;
- warp "003-4", 171, 76;
- close;
-}
-
-003-4,165,73,0|script|Time Traveler#34|184
-{
- mes "Welcome back!";
- menu
- "What is this place?", L_What,
- "How do I leave?", L_Leave;
-
-L_What:
- mes "This place used to be part of Tonori a few years back.";
- mes "Unfortunately, it almost vanished completely due to illegal dredging of the coast.";
- next;
- mes "The culprits were never caught.";
- close;
-
-L_Leave:
- mes "Walk East from here to escape the time dilation bubble.";
- close;
-}