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
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP-096 player instance. |
@evTarget | player value | The target player instance. |
$evWasLooking | bool value | Whether the target was looking at SCP-096. |
$evIsAllowed | bool value | Whether the event is allowed to run. |