Attacking
Gets called when SCP-049 is using its attack ability.
Start a script section
!-- OnEvent Attacking
-- require @evPlayer @evTarget $evInstantKill $evIsSenseTarget $evCooldownTime $evIsAllowed
# Add your instructions here
- Group: Scp049Events
- Cancellable: Yes
- Event data:
Scp049AttackingEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP-049 player instance. |
@evTarget | player value | The player that SCP-049 is attacking. |
$evInstantKill | bool value | Gets or sets whether the attack is an instant kill. |
$evIsSenseTarget | bool value | Gets or sets whether the Target is a sense target. |
$evCooldownTime | number value | Gets or sets the cooldown for the attack ability. |
$evIsAllowed | bool value | Whether the event is allowed to run. |