UsingSense
Gets called when SCP-049 is using its sense ability.
Start a script section
!-- OnEvent UsingSense
-- require @evTarget @evPlayer $evIsAllowed
# Add your instructions here
- Group: Scp049Events
- Cancellable: Yes
- Event data:
Scp049UsingSenseEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evTarget | player value | Gets or sets the player that SCP-049 is using sense on. |
@evPlayer | player value | The SCP-049 player instance. |
$evIsAllowed | bool value | Whether the event is allowed to run. |