#global tick not working after run ending
2 messages · Page 1 of 1 (latest)
oh yeah that's an issue, we might have forgotten about base mod files 💀
2 messages · Page 1 of 1 (latest)
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
oh yeah that's an issue, we might have forgotten about base mod files 💀