legion 0 Posted January 15, 2014 Hi, I made this script but it doesn't work. I don't know what's wrong, please help. prontera,146,168,4 script Mall Warper 4_M_KNIGHT_GOLD,{ mes "[Mall Warper]"; mes "Hi! I can warp you to the mall"; mes "where you can buy free items,"; mes "but remember that when testing is"; mes "done, we will remove this item mall"; mes "and all accounts will be wiped."; mes "Proceed?"; switch(select(Yes:No)) { case 1: warp itemmall,179,40; close; end; case2: close; end; }} Quote Share this post Link to post Share on other sites
0 quesoph 105 Posted January 15, 2014 Still doesn't work. prontera,146,168,4 script Mall Warper 4_M_KNIGHT_GOLD,{ mes "[Mall Warper]", "Hi! I can warp you to the mall", "where you can buy free items,", "but remember that when testing is", "done, we will remove this item mall", "and all accounts will be wiped.", "Proceed?"; next; if(select( "Yes","No" ) == 2 ) close; warp itemmall,179,40; end;} Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted January 15, 2014 http://pastebin.com/raw.php?i=0jqpe0Mz Quote Share this post Link to post Share on other sites
0 legion 0 Posted January 15, 2014 (edited) Still doesn't work. Edited January 15, 2014 by legion Quote Share this post Link to post Share on other sites
0 glemor123 1 Posted January 15, 2014 try this prontera,146,168,4 script Mall Warper 4_M_KNIGHT_GOLD,{ mes "[Mall Warper]"; mes "Hi! I can warp you to the mall"; mes "where you can buy free items,"; mes "but remember that when testing is"; mes "done, we will remove this item mall"; mes "and all accounts will be wiped."; mes "Proceed?"; next; switch(select("Yes:No")) { case 1: warp itemmall,179,40; end; case 2: close; }} Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted January 15, 2014 indeed lol, it was missing the quotes I missed them too lol Quote Share this post Link to post Share on other sites
Hi, I made this script but it doesn't work. I don't know what's wrong, please help.
Share this post
Link to post
Share on other sites