Skip to main content

Pinging

Gets called when SCP-079 is using ping ability.

Start a script section

!-- OnEvent Pinging
-- require @evPlayer *evPosition *evNormal $evPingType $evIsAllowed

# Add your instructions here
  • Group: Scp079Events
  • Cancellable: Yes
  • Event data: Scp079PingingEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueGets the SCP-079 player instance.
*evPositionreference to Vector3 objectGets or sets the world ping position.
*evNormalreference to Vector3 objectGets or sets the ping normal vector.
$evPingTypeScp079PingType enum valueGets or sets the type of the ping used the icon.
$evIsAllowedbool valueWhether the event is allowed to run.