1. #1

    Macro for printing a message on the screen.

    Just like the title says, im looking for a macro that will print a message in the middle of the screen viewable only by me. So i don't want it in raid, part or any kind of chat.
    Is this doable with a macro?

  2. #2

    Re: Macro for printing a message on the screen.

    What message, and in the middle of your screen in the raid warning field? Or in the chat frame field?

    /script DEFAULT_CHAT_FRAME:AddMessage("CHATHERE");

    Should print something in the chat frame for you, not sure about the "middle of the screen" by using a macro.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  3. #3

    Re: Macro for printing a message on the screen.

    That works, thank you. Is there an option for the message to appear, lets say the RW frame but only visable by me?

  4. #4
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040

    Re: Macro for printing a message on the screen.

    Might be able to print something to the error frame, but I'm not entirely sure about that. If you use any kind of combat text mod, it might be easier to print out to that instead of the error frame. However, IANAP, so I'm not sure.

  5. #5

    Re: Macro for printing a message on the screen.

    I use MSBT. How would i print to the error frame or even to MSBT?

  6. #6

    Re: Macro for printing a message on the screen.

    If you want it to come up in the Raid Warning field for you personally, you can use this.

    /run RaidNotice_AddMessage(RaidBossEmoteFrame, "Your message here!", ChatTypeInfo["RAID_WARNING"])

    RW is pretty much in the middle of the field, the error frame is higher and smaller text.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  7. #7

    Re: Macro for printing a message on the screen.

    That is exactly what i was looking for, Thanks a lot!

  8. #8

    Re: Macro for printing a message on the screen.

    Shur.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •