Skip to main content

Disguising

Gets called when SCP-3114 is disguising itself.

Start a script section

!-- OnEvent Disguising
-- require @evPlayer *evRagdoll $evIsAllowed

# Add your instructions here
  • Group: Scp3114Events
  • Cancellable: Yes
  • Event data: Scp3114DisguisingEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueGets the player that invoked the event.
*evRagdollreference to Ragdoll objectGets the ragdoll that is related to the event.
$evIsAllowedbool valueWhether the event is allowed to run.