<mapname>,150,150,4 script PvP Warper 108,{
mes "[PvP Warper]";
mes "Want to enter to the PvP Arena?";
mes "PvP Users : [ ^008800" + getmapusers("guild_vs3") + "^000000 / 150 ]";
menu "Yes",L_YES,"No",L_NO;
L_YES:
if (sex)
{
announce "PvP Warper: Mr. "+ strcharinfo(0) +" has entered the PvP Arena.",1;
}
else
{
announce "PvP Warper: Ms. "+ strcharinfo(0) +" has entered the PvP Arena.",1;
}
warp "guild_vs3",0,0;
end;
L_NO:
mes "[PvP Warper]";
mes "Come back if you're interested";
close;
}
// Mapflags
guild_vs3 mapflag pvp
guild_vs3 mapflag pvp_noguild
guild_vs3 mapflag nosave
guild_vs3 mapflag noteleport
guild_vs3 mapflag nowarp
guild_vs3 mapflag nowarpto
new_1-1 mapflag nosave
new_1-1 mapflag noteleport
new_1-1 mapflag nowarp
new_1-1 mapflag nowarpto