Moderator: Userbase Moderators
Postby FirestarPlays » Sat Apr 17, 2021 4:29 pm
Postby Emral » Sat Apr 17, 2021 5:01 pm
Code: Select all
local function myRoutine() Routine.waitFrames(64) -- wait 1 second Text.showMessageBox("Hello!") end function onStart() Routine.run(myRoutine) end
Postby FirestarPlays » Sat Apr 17, 2021 6:26 pm
Enjl wrote: ↑Sat Apr 17, 2021 5:01 pm Same as how you would have used eventu in the past, just with the word Routine instead of eventu now. https://wohlsoft.ru/pgewiki/EventU.lua Example: Code: Select alllocal function myRoutine() Routine.waitFrames(64) -- wait 1 second Text.showMessageBox("Hello!") end function onStart() Routine.run(myRoutine) end
Postby Hoeloe » Sun Apr 18, 2021 9:54 pm
Enjl wrote: ↑Sat Apr 17, 2021 5:01 pm Routine.waitFrames(64) -- wait 1 second
Routine.wait(1)
Postby Emral » Mon Apr 19, 2021 1:27 am
Return to “LunaLua Help”
Users browsing this forum: PizzaNoob and 1 guest