Chat bubble
From Unofficial QEdit Wiki Guide
Revision as of 18:14, 23 May 2013 by Japanaman2 (Talk | contribs)
Contents
Syntax
Syntax: chat_bubble T_DWORD, T_STR
- T_DWORD = Hex value of the character id to say the chat_bubble message.
- T_STR = Text string what you want your message to say goes here.
Use
Used to display a chat bubble message from the character id defined in the T_DWORD of this opcode.
Note: About closing chat_bubble, just like a normal entered message from a player they will automatically close themselves after a few seconds. So no winend or mesend should be needed.
Example
100: chat_bubble 00000000, chat_bubble<cr>message test. //Displays a chat bubble message from character id 00000000.
ret