MMOMinion

Full Version: ml_task_hub:ThisTask():SetDelay(1500)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Thanks fxfire. Do you know if there are any other functions that currently use multiple conversation functions outside of quest that I can look at to work out a way to have a wait to allow conversations with index's to load?
You're not going to be able to use a basic function for something like that. You'll have to create a proper task.
Thought as much. Thanks Ace.