Add msg

From Unofficial QEdit Wiki Guide
Revision as of 14:04, 9 April 2021 by LunarFuror (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Syntax

Syntax: add_msg

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 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

Also see

window_msg, message, ret, mesend