UsingDoctorsCall
Gets called when SCP-049 is using its doctors call ability.
Start a script section
!-- OnEvent UsingDoctorsCall
-- require @evPlayer $evIsAllowed
# Add your instructions here
- Group: Scp049Events
- Cancellable: Yes
- Event data:
Scp049UsingDoctorsCallEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP-049 player instance. |
$evIsAllowed | bool value | Whether the event is allowed to run. |