viewing paste VIP 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 19 20 21 22 23 24
prontera,147,185,4  script  VIP Warper  714,{
    mes "Would you like to enter the VIP Room?";
    if(select("Yes please:No")==1)
    {
        if(countitem(7608)>=1)
        {
        mes "You will now be going to the VIP Room!";
        close2;
        sleep 500;
        warp "prt_in",128,39;
        end;
        }
        else
        {
        mes "I'm sorry but you don't meet the requirements!";
        close;
        }
    }
    else
    {
        mes "Have a nice day.";
        close;
    }
}
Viewed 1535 times, submitted by Streusel.