Skip to main content

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

VariableTypeDescription
@evPlayerplayer valueThe SCP-106 player instance.
*evDestinationPositionreference to Vector3 objectThe destination position.
$evIsAllowedbool valueWhether the event is allowed to run.