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
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player that invoked the event. |
*evRagdoll | reference to Ragdoll object | Gets the ragdoll that is related to the event. |
$evIsAllowed | bool value | Whether the event is allowed to run. |