polaris |
Top Previous Next |
text.ini:
find on ^*:text:*:?:{ add first line inside: if ($halted) return
on *:chat:*:{ if ($halted) return (this chat event might not be in the file)
on ^*:text:*:#:{ if ($halted) return
input.ini on *:input:*:{ add if ($halted) return
chats.ini on ^*:chat:*:{ add if ($halted) return there may be another duplicate event, if so do same.
actions.ini on ^*:action:*:#:{ if ($halted) return on ^*:action:*:?:{ if ($halted) return |