- Joined
- Jun 26, 2020
- Messages
- 1,928
Hello, I wanna display text in the top msg frame (where appears the upkeep warnings), something like this (is simplyfied):
But doesn't work, the message is not appearing, what's wrong? (I didn't updated to 1.33 if you ask).
Lua:
TopMsg = BlzGetOriginFrame(ORIGIN_FRAME_TOP_MSG, 0)
BlzFrameSetVisible(TopMsg, true)
BlzFrameSetText(TopMsg, "Message")