Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Vrul
Forum: General Authoring Discussion 03-23-19, 07:44 PM
Replies: 15
Views: 6,472
Posted By Vrul
I would say your solution is ok. However, you...

I would say your solution is ok. However, you are emulating a paging state driver with your visibility state driver. It could be simplified slightly(dry coded / untested):

local header =...
Forum: General Authoring Discussion 03-23-19, 06:21 AM
Replies: 15
Views: 6,472
Posted By Vrul
In the WoW Lua enviroment events are global and...

In the WoW Lua enviroment events are global and scripts are like a mini-event unique to an individual object. So when you do something like:

buttons[i]:SetAttribute('statehidden', true)

Each...
Showing results 1 to 2 of 2