Support #5206
closedHalt in events may disable highlights
0%
Description
Actually i am developing a theme that partially uses scripting, and i've been noticing that if you use "^" and "halt" in some events, your highlight settings may not work, even if them are enabled.
https://drive.google.com/file/d/1q25a6BLADbcMWxRifTZ0TUG6eLHK3ATW/view?usp=sharing
Updated by Per Amundsen almost 4 years ago
That is correct, if you halt a message all processing of the message is halted at all levels in the client, basically ignored as never been received.
If a scripter wants to make their own output using /echo, it's their responsibility to implement all features and format necessary for that message.
/echo does provide some helps for this, e.g the -l parameter applies the highlight options to the message you want to print.
Updated by Cassio Luz S. almost 4 years ago
Per Amundsen wrote in #note-1:
That is correct, if you halt a message all processing of the message is halted at all levels in the client, basically ignored as never been received.
If a scripter wants to make their own output using /echo, it's their responsibility to implement all features and format necessary for that message.
/echo does provide some helps for this, e.g the -l parameter applies the highlight options to the message you want to print.
Thanks, i will try explore more of this
Updated by Per Amundsen almost 4 years ago
- Category set to Scripting
- Status changed from New to Closed
- Assignee set to Per Amundsen