WorldSeed Posted May 18, 2016 Share Posted May 18, 2016 (edited) can someone share a script that could teleport a player lets say prontera to (Payon/Prontera/AldeBaran/Geffen) with choices??.. PS. i know you could put warp "payon"location but how to make choices with all 4 of them. thank you Edited May 18, 2016 by WorldSeed Quote Link to comment Share on other sites More sharing options...
0 Keysito Posted May 18, 2016 Share Posted May 18, 2016 (edited) can someone share a script that could teleport a player lets say prontera to (Payon/Prontera/AldeBaran/Geffen) with choices??.. PS. i know you could put warp "payon"location but how to make choices with all 4 of them. thank you Try this: https://rathena.org/board/pastebin/3qrc0u7jhad/ Easy to add. I just made a quick draft. Feature: Added Last Warp Enjoy lol. Edited May 18, 2016 by Keysito Quote Link to comment Share on other sites More sharing options...
0 aeious Posted May 18, 2016 Share Posted May 18, 2016 (edited) Im not sure whether this is what you mean.... mes "[Teleport]"; mes "Where are you going?"; menu "Payon",goingpayon,"Alde Baran",goingaldebaran,"Geffen",goinggeffen; goingpayon: mes "Glad to hear it!"; close2; warp "payon", 161, 58; end; goingaldebaran: mes "Have a safe trip"; close2; warp "aldebaran",168,112; end; goinggeffen: mes "Have a safe trip"; close2; warp "geffen", 120, 39; end; Edited May 18, 2016 by aeious Quote Link to comment Share on other sites More sharing options...
0 WorldSeed Posted May 18, 2016 Author Share Posted May 18, 2016 i tried adding that but the menu is not showing??.. Quote Link to comment Share on other sites More sharing options...
0 aeious Posted May 18, 2016 Share Posted May 18, 2016 can you show some screenshot both on client and server error. that would help us. Quote Link to comment Share on other sites More sharing options...
0 WorldSeed Posted May 18, 2016 Author Share Posted May 18, 2016 already solved it. thanks for the advice. :3 Quote Link to comment Share on other sites More sharing options...
can someone share a script that could teleport a player lets say prontera to (Payon/Prontera/AldeBaran/Geffen) with choices??..
PS. i know you could put warp "payon"location but how to make choices with all 4 of them. thank you
Edited by WorldSeedLink to comment
Share on other sites