viewing paste PvP Room Warper | Athena

Posted on the | Last edited on
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
prontera,152,192,5  script  PVP Warper  450,{
if (!agitcheck() || !agitcheck2()) {
    if (select("Yes!","No thanks.") == 2) close;
    switch(select("Map 1","Map 2")){
        case 1:
            warp "guild_vs3",0,0;
            announce strcharinfo(0) + " : Come and get me here in the PVP area Punks.",0;
            announce "There are ["+getmapusers("guild_vs3")+"/30] players inside.",0;
            end;
        case 2:
            warp "guild_vs4",0,0;
            announce strcharinfo(0) + " : Come and get me here in the PVP area Punks.",0;
            announce "There are ["+getmapusers("guild_vs4")+"/30] players inside.",0;
            end;
            }
        }
end;
}
Viewed 2394 times, submitted by Streusel.