Talking
Gets called when SCP-127 is about to play a voiceline.
Start a script section
!-- OnEvent Talking
-- require *evScp127Item $evVoiceLine $evPriority $evIsAllowed
# Add your instructions here
- Group: Scp127Events
- Cancellable: Yes
- Event data:
Scp127TalkingEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
*evScp127Item | reference to Scp127Firearm object | Gets the SCP-127 firearm. |
$evVoiceLine | Scp127VoiceLinesTranslation enum value | Gets or sets the voiceline the SCP-127 will play. |
$evPriority | VoiceLinePriority enum value | Gets or sets the priority the voiceline will be played with. |
$evIsAllowed | bool value | Whether the event is allowed to run. |