Skip to main content

Attacked

Gets called when SCP-049 has used its attack ability.

Start a script section

!-- OnEvent Attacked
-- require @evPlayer @evTarget $evInstantKill $evIsSenseTarget

# Add your instructions here
  • Group: Scp049Events
  • Cancellable: No
  • Event data: Scp049AttackedEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueThe SCP-049 player instance.
@evTargetplayer valueThe player that SCP-049 has attacked.
$evInstantKillbool valueGets whether the attack was an instant kill.
$evIsSenseTargetbool valueGets whether the Target is a sense target.