Skip to main content

AddingObserver

Gets called when a new observer is being added to SCP-173.

Start a script section

!-- OnEvent AddingObserver
-- require @evTarget @evPlayer $evIsAllowed

# Add your instructions here
  • Group: Scp173Events
  • Cancellable: Yes
  • Event data: Scp173AddingObserverEventArgs

Injected variables

VariableTypeDescription
@evTargetplayer valueThe player that is observing the SCP-173 player.
@evPlayerplayer valueThe SCP-173 player instance.
$evIsAllowedbool valueWhether the event is allowed to run.