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;
}}
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;
}}