viewing paste Unknown #20015 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
OnClock1900: 
    if($rmk_active) {
        announce "script desciptions goes here "+$@itemnamehere$[gettime(4)]+" testing.",bc_all;
        mapwarp "map_1-1","map",x,y;
        sleep 1000;
        killmonsterall "map_1-1.gat";
        set $rmk_active,0;
        pvpoff "map_1-1.gat";
        sleep 5000;
 
            announce "script desciptions goes here "+$@itemnamehere$[gettime(4)]+" is: "+$rmk_king$[gettime(4)],bc_all;
        }
    }
    end;
    
OnWhisperGlobal:
    switch(select("1. Start:2 End")) {
    case 1:
        goto OnClock1750;
        break;
    case 2:
        goto OnClock1800;
        break;
    }
    end;
 
Viewed 694 times, submitted by Guest.