Hi!
Getting a lua error in the xr_motivator.script when loading a game (will still continue running but showing the windows cursor ingame). Fixed it by doing a null check but what does it do or what did I do wrong to cause that problem?
if olr_npc_first_upd ~= nil then
olr_npc_first_upd.on_update(self.object)
end
thanks!