Skip to main content

UsingTesla

Gets called when SCP-079 is using a tesla.

Start a script section

!-- OnEvent UsingTesla
-- require @evPlayer *evTesla $evIsAllowed

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

Injected variables

VariableTypeDescription
@evPlayerplayer valueThe SCP-079 player instance.
*evTeslareference to Tesla objectGets the Tesla associated with the event.
$evIsAllowedbool valueWhether the event is allowed to run.