Difference between revisions of "UO.Msg"
From OpenEUO
(Created page with " UO.Msg(str) This command sends a series of key-strokes to the client as specified by string str. A '$' sign within the string denotes a carriage return. Note: Instead of usin...") |
|||
Line 1: | Line 1: | ||
UO.Msg(str) | UO.Msg(str) | ||
This command sends a series of key-strokes to the client as specified by string str. A '$' sign within the string denotes a carriage return. | This command sends a series of key-strokes to the client as specified by string str. A '$' sign within the string denotes a carriage return. | ||
− | |||
Note: Instead of using UO.Msg to speak, whisper, yell, etc. it is more stable and easier to work with UO.Macro(). | Note: Instead of using UO.Msg to speak, whisper, yell, etc. it is more stable and easier to work with UO.Macro(). | ||
+ | |||
+ | [[UO.ExMsg]] | ||
+ | |||
+ | [[UO.Key]] | ||
+ | |||
+ | [[UO.Macro]] |
Revision as of 11:25, 9 October 2010
UO.Msg(str)
This command sends a series of key-strokes to the client as specified by string str. A '$' sign within the string denotes a carriage return.
Note: Instead of using UO.Msg to speak, whisper, yell, etc. it is more stable and easier to work with UO.Macro().