WoWWiki

This wiki contains inaccurate and out-of-date information. Please head over to https://wowpedia.fandom.com for more accurate and up-to-date game information.

READ MORE

WoWWiki
Advertisement

WoW API < SendSystemMessage

Sends a system message to the system message box (mostly written in yellow color)

/script SendSystemMessage("msg");

Parameters[]

Arguments[]

(msg)
msg
String, The message to be sent


Example[]

/script SendSystemMessage("MyAddOn just loaded");


Just like print it will only be seen from the current user.

The WOW-Client uses SendSystemMessage to inform you, for example, that someome bought something from you in the auction house.

Advertisement