Difference between revisions of "UO.SysMessage"
From OpenEUO
(Created page with " UO.SysMessage(sMsg[, nCol]) Outputs a message as a system message inside the client. The string sMsg specifies the message, the optional numeric parameter specifies the system m...") |
|||
Line 1: | Line 1: | ||
UO.SysMessage(sMsg[, nCol]) | UO.SysMessage(sMsg[, nCol]) | ||
Outputs a message as a system message inside the client. The string sMsg specifies the message, the optional numeric parameter specifies the system message color. | Outputs a message as a system message inside the client. The string sMsg specifies the message, the optional numeric parameter specifies the system message color. | ||
+ | |||
+ | [[UO.ExMsg]] | ||
+ | |||
+ | [[UO.Key]] | ||
+ | |||
+ | [[UO.Macro]] | ||
+ | |||
+ | [[UO.Msg]] | ||
+ | |||
+ | [[UO.SysMsg]] |
Latest revision as of 13:25, 9 October 2010
UO.SysMessage(sMsg[, nCol])
Outputs a message as a system message inside the client. The string sMsg specifies the message, the optional numeric parameter specifies the system message color.