07-25-2024, 06:43 AM
I found a function that barely works.
ml_global_information.Queue()
The definition of this function is inside the Bots\FFXIVMinion64\LuaMods\ffxivminion\ffxiv_init.lua file.
Use it like this: ml_global_information.Queue(5000,function() Player:MoveTo(2,2,9) end)
The problem with this is that it does not block the execution of subsequent code. The delay only applies to the operation input to this Queue function.
ml_global_information.Queue()
The definition of this function is inside the Bots\FFXIVMinion64\LuaMods\ffxivminion\ffxiv_init.lua file.
Use it like this: ml_global_information.Queue(5000,function() Player:MoveTo(2,2,9) end)
The problem with this is that it does not block the execution of subsequent code. The delay only applies to the operation input to this Queue function.