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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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