Skip to content

jhalek90/doLater

Repository files navigation

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!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published