1
2
3
2
3
on:kill {
	Some function here.
}
Scripts
Scripting Questionson:kill {
	Some function here.
}
if (hour()==6) { event "day"; }
on:<event> {
	blur <strength>;
}
but yeah maybe addstate "unit",1,"10"; timer "self",5000; // change the timer as you like
on:timer {
	freestate "unit",1,"10";
}