EQ2_onIncomingText (Event)¶
- Table of contents
- EQ2_onIncomingText (Event)
- Description
- Arguments
- Usage
Description¶
The EQ2_onIncomingText event will fire for ALL incoming text, similar to the trigger service.
Arguments¶
- string Text
Usage¶
Event
[EQ2_onIncomingText]:AttachAtom[MyAtom
]
...
atom MyAtom(string Text)
{
;do stuff
}