MimickingEnvironment
Gets called when SCP-939 is mimicking the environment.
Start a script section
!-- OnEvent MimickingEnvironment
-- require @evPlayer $evSelectedSequence $evCooldownTime $evIsAllowed
# Add your instructions here
- Group: Scp939Events
- Cancellable: Yes
- Event data:
Scp939MimickingEnvironmentEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the 939 player instance. |
$evSelectedSequence | number value | Gets or sets the selected sequence to play. |
$evCooldownTime | number value | Gets or sets the cooldown for mimicking the environment. |
$evIsAllowed | bool value | Whether the event is allowed to run. |