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