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

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.