From 1fb9844a9f804e6fffb84802ec5fe06ffc2626aa Mon Sep 17 00:00:00 2001 From: gumi Date: Mon, 15 Apr 2019 13:29:29 -0400 Subject: add the old tulim beach to the wormhole --- world/map/npc/003-4/time-traveler.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 world/map/npc/003-4/time-traveler.txt (limited to 'world/map/npc/003-4/time-traveler.txt') diff --git a/world/map/npc/003-4/time-traveler.txt b/world/map/npc/003-4/time-traveler.txt new file mode 100644 index 00000000..cf078fcb --- /dev/null +++ b/world/map/npc/003-4/time-traveler.txt @@ -0,0 +1,33 @@ +// time traveler that warps from old nivalis to new nivalis + +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; +} -- cgit v1.2.3-60-g2f50