intechstudio / grid-fw

GNU General Public License v3.0
22 stars 8 forks source link

Timer start doesn't work on system element #99

Closed narayb closed 2 weeks ago

narayb commented 2 months ago

When using

timer_start(self:element_index(), 300)

on the system element init event it just throws a lua error. When using the discrete index of that element (16, 12 etc.) the timer will start normally. When using the above code on any other element init, the code runs properly.

SukuWc commented 2 weeks ago

fixed in latest nightly