Skip to content

Instantly share code, notes, and snippets.

@rubenwardy
Created July 10, 2016 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubenwardy/468f1578d94d839693cf0c18017449a1 to your computer and use it in GitHub Desktop.
Save rubenwardy/468f1578d94d839693cf0c18017449a1 to your computer and use it in GitHub Desktop.
local function run_me()
-- do stuff
minetest.after(2, run_me)
end
minetest.after(2, run_me)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment