Hello
so i used this code to warp players to a map but then when i try it it warps me to the map i choose then to x_prt which is the last map
mes "Leveling Quests";
mes "Placeholder.";
next;
switch(select("120-140 :141-150 :151-160 :161-175 ")) {
case 1: warp ("vis_h01",114,118);
case 2: warp ("1@md_pay",22,38);
case 3: warp ("1@slw",114,59);
case 4: warp ("x_prt",70,122);
}
Question
Shiroy
Hello
so i used this code to warp players to a map but then when i try it it warps me to the map i choose then to x_prt which is the last map
mes "Leveling Quests"; mes "Placeholder."; next; switch(select("120-140 :141-150 :151-160 :161-175 ")) { case 1: warp ("vis_h01",114,118); case 2: warp ("1@md_pay",22,38); case 3: warp ("1@slw",114,59); case 4: warp ("x_prt",70,122); }
Link to comment
Share on other sites
1 answer 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.