- script asdfjkl -1,{
mes "[ PVP Warper ]";
mes "Warp?";
menu "Yeshhhh",-;
close2;
if(.announce){
announce strcharinf(0)+" has entered the PvP Room",0;
}
warp "prontera",0,0;
end;
OnInit:
.announce = 1; // 0 = off
end;
}
If you want players to be able to control it, that would be chaotic since they can just turn it off when someone turns it on, so I'm not gonna even go there since that just sounds silly.