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
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP-049 player instance. |
@evTarget | player value | The player that SCP-049 has attacked. |
$evInstantKill | bool value | Gets whether the attack was an instant kill. |
$evIsSenseTarget | bool value | Gets whether the Target is a sense target. |