Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
Hello, I wanna move the unit group selected buttons to some place, I did this:
library myLib initializer init
private function onSelect takes nothing returns nothing
local framehandle unitFrame = BlzGetFrameByName("SimpleInfoPanelUnitDetail", 0)
local framehandle...
I add some quests during initialization
The quests button begins flashing as soon as the game starts even though I haven't issued a FlashQuestDialogButton call.
package Quests
import Icons
import Quest
init
BlzFrameClick(BlzGetFrameByName("UpperButtonBarQuestsButton", 0))...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.