Skip to content

Conversation

@SukuWc
Copy link
Member

@SukuWc SukuWc commented Jun 18, 2025

Add the following code to system element's setup event to test:

local timer1 =
    set_timeout(
    function(timer)
        print("Timer" .. timer.id .. ": 1 second elapsed" .. os.clock())
        return true
    end,
    1
)
local timer2 =
    set_timeout(
    function(timer)
        print("Timer" .. timer.id .. ": 2 seconds elapsed" .. os.clock())
        return true
    end,
    2
)
timer_start(self:element_index(), 100)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants