jhalek90 / doLater

Why do now, what you can do later!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doLater();

by WubsGames

doLater() is a small set of functions written in GM:S 2.3 to help run tasks later!

Basic use:

task={
    _id : id,
    _message : "Hello World", 
    taskScript : function(){ 
	    show_message(_message);
	    _id.image_blend=c_lime;
    }
}
doLater(task,60);

Thanks for checkign it out!

Gif

About

Why do now, what you can do later!


Languages

Language:Yacc 81.8%Language:Game Maker Language 18.2%