Skip to main content

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

VariableTypeDescription
@evTargetplayer valueGets or sets the player that SCP-049 is using sense on.
@evPlayerplayer valueThe SCP-049 player instance.
$evIsAllowedbool valueWhether the event is allowed to run.