m
Move page script moved page API SendSystemMessage to WoW:API SendSystemMessage without leaving a redirect
(Created page with "{{wowapi}}__NOTOC__ Sends a system message to the system message box (mostly written in yellow color) /script SendChatMessage("msg" ,"chatType" ,"language" ,"channel"); == Par...") |
m (Move page script moved page API SendSystemMessage to WoW:API SendSystemMessage without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
Sends a system message to the system message box (mostly written in yellow color) | Sends a system message to the system message box (mostly written in yellow color) | ||
/script | /script SendSystemMessage("msg"); | ||
== Parameters == | == Parameters == | ||
| Line 19: | Line 19: | ||
The WOW-Client uses SendSystemMessage to inform you, for example, that someome bought something from you in the auction house. | The WOW-Client uses SendSystemMessage to inform you, for example, that someome bought something from you in the auction house. | ||