Difference between revisions of "Mesend"
From Unofficial QEdit Wiki Guide
Line 1: | Line 1: | ||
+ | ==Syntax== | ||
''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>mesend</span></span> | ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>mesend</span></span> | ||
− | |||
* ''None'' | * ''None'' | ||
Revision as of 11:56, 24 March 2011
Syntax
Syntax: mesend
- None
Use
Used to end a message
Example
300: message 00000064, 'Hello, how are you?' \\When player actions Character/Object with Script ID 300 display message at Character/Object with ID 100 dec
add_msg 'Nice to meet you' \\Add another message to the dialog
mesend \\Close message dialog
ret