Jump to content
  • 0
Sign in to follow this  
imustluvpain

Simple warper script error

Question

need help with this one please. the npc wont show up. i already changed the<spaces> with <tabs> but still the same. need help pls.


prontera,159,183,4    script    Quest Room Warper    856,{
 
    mes "[ Quest Room Warper ]";
    mes "Hi!.. Would you like to enter the Quest Room?";
    switch(select("Yes:Cancel")) {
case 1:    
            warp "jupe_ele_r",49,92;     
            close;
    }
        
case 2:    
        mes "[ Quest Room Warper ]";    
            mes "Owh....";
            mes "Nevermind..since it is your decision.";
            mes "It is all up to you.";
            mes "Come back to me if you changed your mind.";
else {
            mes "Okay Bye..";
            close;
        }

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0


prontera,159,183,4 script Quest Room Warper 2_F_SIGN1,{

mes "[ Quest Room Warper ]";

mes "Hi!.. Would you like to enter the Quest Room?";

switch(select("Yes", "Cancel")) {

case 1:

warp "jupe_ele_r",49,92;

close;

case 2:

mes "[ Quest Room Warper ]";

mes "Owh....";

mes "Nevermind..since it is your decision.";

mes "It is all up to you.";

mes "Come back to me if you changed your mind.";

close;

}

end;

}

Share this post


Link to post
Share on other sites
  • 0

 

prontera,159,183,4	script	Quest Room Warper	2_F_SIGN1,{
    mes "[ Quest Room Warper ]";
    mes "Hi!.. Would you like to enter the Quest Room?";
    switch(select("Yes", "Cancel")) {
	case 1:    
		warp "jupe_ele_r",49,92;     
		close;
	case 2:    
        mes "[ Quest Room Warper ]";    
        mes "Owh....";
        mes "Nevermind..since it is your decision.";
        mes "It is all up to you.";
        mes "Come back to me if you changed your mind.";
		close;
	}
	end;
}

 

Thank you so much!

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.