-
Notifications
You must be signed in to change notification settings - Fork 0
Chat Event Pre Processor
David edited this page Dec 10, 2017
·
2 revisions
Author: Davnit / Pyro
Description: Allows scripts to receive fully parsed out chat events prior to internal processing (allowing veto).
Commands: None
Notes:
- Scripts wishing to receive the event simply need to observe the pre-processor script using ObserveScript("Chat Event Pre-Processor") and then implement the handler: Event_ChatEventReceived(EventID, Flags, Ping, IP, Account, RegAuth, Username, Message)