doLater() is a small set of functions written in GM:S 2.3 to help run tasks later!
task={
_id : id,
_message : "Hello World",
taskScript : function(){
show_message(_message);
_id.image_blend=c_lime;
}
}
doLater(task,60);
| Name | Name | Last commit date | ||
|---|---|---|---|---|