Hello, I currently have this script but when I click the npc nothing happens
prontera,151,85,4 script PvP Warper 46,{
mes .Npc_Name$;
mes "Hello!";
switch(select("Enter PVP_ROOM")) {
next;
mes .Npc_Name$;
case 1:
mes "Goodluck!";
warp .pvp_y_2-2;
close; break;
}
end;
OnInit:
.Npc_Name$ = "[^0000FF "+strnpcinfo(1)+" ^000000]";
setarray .Map$[0],"your_map1","your_map2","your_map3";
end;
}