Chat Event Pre Processor - Davnit/StealthBotScripts GitHub Wiki
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)