From 6cffe650d28d260eb01c93569627ffeda5c38183 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 9 Jul 2018 12:21:23 -0300 Subject: Time Flask --- npc/items/teleporter.txt | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) (limited to 'npc/items/teleporter.txt') diff --git a/npc/items/teleporter.txt b/npc/items/teleporter.txt index 5d4ad5497..13068e6c7 100644 --- a/npc/items/teleporter.txt +++ b/npc/items/teleporter.txt @@ -19,19 +19,28 @@ OnUse: goto L_Cooldown; mesn; - mesc l("Do you want to cut this @@?", getitemlink(Croconut)); + mesc l("Ozthokk, a great sage from the Land Of Fire, holds secrets of time and space travel."); + mesc l("This is not magic, it is science!"); + mes ""; + mesc l("PS. Additional reagents may be required for warps."); next; menu - l("Yes."), L_Weapon, - l("No."), -; + l("Don't warp"), -, + l("Land Of Fire Village (30m)"), L_LoF, + l("Save Point (30m)"), L_Save; - getitem Croconut, 1; close; -L_Weapon: - mesc l("You perfectly cut your @@ into two edible parts.", getitemlink(Croconut)); - - getitem HalfCroconut, 2; - close; +L_Save: + warp "Save", 0, 0; + TELEPORTER_TIME=gettimetick(2)+(60*30); + closedialog; + end; + +L_LoF: + warp "017-1", 0, 0; + TELEPORTER_TIME=gettimetick(2)+(60*30); + closedialog; + end; } -- cgit v1.2.3-60-g2f50