viewing paste Unknown #38748 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12
script header{
oninit:
     bindatcmd x
     end;
 
onatcmd:
     if(map != prontera || gmlevel > 10){
        do cmd;
    }else{
       dispbottom "sorry this cmd is not available on this map)
    }
}
Viewed 1083 times, submitted by Guest.