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;
}
}