Skip to main content

AddingTarget

Gets called when SCP-096 is getting a target added.

Start a script section

!-- OnEvent AddingTarget
-- require @evPlayer @evTarget $evWasLooking $evIsAllowed

# Add your instructions here
  • Group: Scp096Events
  • Cancellable: Yes
  • Event data: Scp096AddingTargetEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueThe SCP-096 player instance.
@evTargetplayer valueThe target player instance.
$evWasLookingbool valueWhether the target was looking at SCP-096.
$evIsAllowedbool valueWhether the event is allowed to run.