Im currently trying to Update the warper for my friend and I wanted to add a menu to the dungeons for each floor.
Im pretty new to scripting and I was not sure where to post this. :x Forgive me if its in the wrong area.
I just need to know the script part of it I could do the rest.
What I got so far is this:
case 2:
mes "[Warp Agent]";
mes "Please select which dungeon you would like to be teleported to.";
next;
switch(select("Abyss Lake")) {
case 1:
warp "abyss_01",263,271;
break;
Question
kommie
Im currently trying to Update the warper for my friend and I wanted to add a menu to the dungeons for each floor.
Im pretty new to scripting and I was not sure where to post this. :x Forgive me if its in the wrong area.
I just need to know the script part of it I could do the rest.
What I got so far is this:
Im not sure what to do next
Ex: Dungeon>Hidden Dungeon> Level 1, Level 2, Level 3
Something like this:

Edited by kommieLink to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.