#global tick not working after run ending

2 messages · Page 1 of 1 (latest)

golden turret
#

mods base lua files dont tick after returning from a dungeon

singleplayer and multiplayer

Example base lua

⁨```lua
function ADVR.onLoad()
base.globalTickDelay = 0.1
end

function ADVR.onGlobalTick()
game.ShowMessageInWorld("tick")
end


re-post since i forgot this channel is also for bugs related to modding
sonic umbra
#

oh yeah that's an issue, we might have forgotten about base mod files 💀