View Single Post
02-13-15, 02:44 PM   #9
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
You could probably dispatch the LearnTalents() call to a C_Timer.After() function.
Code:
/run C_Timer.After(1,function() LearnTalents(a,b,c,d,e,...) end)
The first argument to C_Timer.After() is how many seconds to delay running the function defined as the second argument.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote