Hello, I wanna display text in the top msg frame (where appears the upkeep warnings), something like this (is simplyfied):
TopMsg = BlzGetOriginFrame(ORIGIN_FRAME_TOP_MSG, 0)
BlzFrameSetVisible(TopMsg, true)
BlzFrameSetText(TopMsg, "Message")
But doesn't work, the message is not appearing...