Difference between revisions of "Add msg"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
Line 5: Line 5:
  
 
==Use==
 
==Use==
Used to add an additional message to a [[message]]/[[window_msg]]
+
Used to add an additional message to a [[message]] or [[window_msg]]
  
 
==Example==
 
==Example==

Revision as of 08:45, 24 March 2011

Syntax: add_msg

Format

  • None

Use

Used to add an additional message to a message or window_msg

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 to message another dialog
         mesend \\Close message dialog
         ret

Related

window_msg, ret, mesend