UsedIntercom
Gets called when the player has used the intercom.
Start a script section
!-- OnEvent UsedIntercom
-- require @evPlayer $evState
# Add your instructions here
- Group: PlayerEvents
- Cancellable: No
- Event data:
PlayerUsedIntercomEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player who used the intercom. |
$evState | IntercomState enum value | Gets the state of the intercom. |