Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: Tim
Forum: General Authoring Discussion 07-29-18, 09:08 PM
Replies: 9
Views: 3,908
Posted By Tim
You could add a timer and have it call your...

You could add a timer and have it call your function after a certain duration.

F:SetScript("OnEvent", function(_, event)

if (event == "PLAYER_ENTERING_WORLD") then
C_Timer.After(5,...
Showing results 1 to 1 of 1