Jump to content
  • 0
Sign in to follow this  
legion

Argument list error

Question

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

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Still doesn't work. :(

 

fvh9no.jpg

 

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

Share this post


Link to post
Share on other sites
  • 0

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

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.