Forum: Lua/XML Help
11-06-05, 05:49 PM
|
Replies: 4
Views: 3,566
well you could actually hook the script using...
well you could actually hook the script using Set/GetScript()
problem is tha tunless you call the parent hook, you're going to have the incompatibiliity problem, or your going to have to have...
|
Forum: Lua/XML Help
11-06-05, 05:25 PM
|
Replies: 4
Views: 3,566
You will have to call...
You will have to call
Original_UnitFrame_OnEnter()
in your replacement to get it to work.
other options would be to chance tipbuddy's TOC file to make your's a dependency, which would be all in...
|