Wait command
Moderators: Shine, Insert_witty_name
Wait command
is there a wait command i tried wait(5) and it didnt work
Oops it's screen.waitVblankStart()
Also, Lua is CASE sensitive, therefore you must write that function exactly as you see it here, with a lowercase wait, an upper case V, lowercase blank, and uppercase Start. Otherwise Lua will think you are trying to call some function waitvblankstart, which you have not defined.
http://www.lua.org/pil/
Also, Lua is CASE sensitive, therefore you must write that function exactly as you see it here, with a lowercase wait, an upper case V, lowercase blank, and uppercase Start. Otherwise Lua will think you are trying to call some function waitvblankstart, which you have not defined.
http://www.lua.org/pil/
there is math.mod(a,b)Squall333 wrote:Is there an equivalent of mod (%) in lua
like 4 % 2 = 0
Chaosmachine Studios: High Quality Homebrew.