omg. there's an error again. wew
prontera,156,167,0 script Champion 100,{
mes .n$;
if(Class != .class) {
mes "I'm sorry, but only "+jobname(.class)+"s are allowed to join this PvP Room.";
close;
}
mes "Do you want to go to the PvP Room?";
if(select("- Yes:- No") - 1) close;
close2;
warp pvp_y_2-2,0,0;
end;
OnInit:
set .n$,"["+strcharinfo(0)+"]"; // NPC Name
set .class,Job_Champion; // Allowed Class
setarray .map$[0],"pvp_y_2-2","0","0"; // Coordinates: These entries require the '"'.
end;
}