03-01-2015, 09:38 AM
Can this function be used outside of quests in LUA?
function interact()
local t = 5437009
Player:Interact(t)
ml_task_hub:ThisTask():SetDelay(1500)
local check1 = true
end
error in console: attempt to index a nil value
function interact()
local t = 5437009
Player:Interact(t)
ml_task_hub:ThisTask():SetDelay(1500)
local check1 = true
end
error in console: attempt to index a nil value