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
| 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. |