Skip to main content

AddedTarget

Gets called when SCP-096 has got a target added.

Start a script section

!-- OnEvent AddedTarget
-- require @evPlayer @evTarget $evWasLooking

# Add your instructions here
  • Group: Scp096Events
  • Cancellable: No
  • Event data: Scp096AddedTargetEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueThe SCP-096 player instance.
@evTargetplayer valueThe target player instance.
$evWasLookingbool valueWhether the target was looking at SCP-096.