Difference between revisions of "Message"
From Unofficial QEdit Wiki Guide
Line 16: | Line 16: | ||
</span> | </span> | ||
− | == | + | ==Also see== |
[[add_msg]], [[ret]], [[mesend]] | [[add_msg]], [[ret]], [[mesend]] |
Revision as of 07:19, 28 March 2011
Contents
Syntax
Syntax: message xxxxxxxx, String
- xxxxxxxx (DWORD) = Hex value of Character/Object ID
- String = Message to display
Use
Used to display a message from a Character/Object ID
Example
300: message 00000064, 'Hello, how are you?' //When player actions Character with Script ID 300 display message at Character with ID 100
add_msg 'Nice to meet you' //Add another message to the dialog
mesend //Close message dialog
ret