UsingHunterAtlas
Gets called when SCP-106 is using the Hunter Atlas.
Start a script section
!-- OnEvent UsingHunterAtlas
-- require @evPlayer *evDestinationPosition $evIsAllowed
# Add your instructions here
- Group: Scp106Events
- Cancellable: Yes
- Event data:
Scp106UsingHunterAtlasEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP-106 player instance. |
*evDestinationPosition | reference to Vector3 object | The destination position. |
$evIsAllowed | bool value | Whether the event is allowed to run. |