viewing paste Continues emoji usage | Athena

Posted on the | Last edited on
1 2 3 4 5 6 7 8 9 10 11 12 13 14
prontera,150,150,0  script  Sample  100,{
end;
 
//Now you can call the Event OnStart from Sample and initiate the continues emoji usage
OnStart:
OnInit:
    while (1) {
    //$EVENT == 1 => event is active, replace with your global variable
        if($EVENT != 1)
            break;
        emotion e_kis;
        sleep 500;
    }
}
Viewed 2164 times, submitted by Streusel.