Talked
Gets called when SCP-127 played a voiceline.
Start a script section
!-- OnEvent Talked
-- require *evScp127Item $evVoiceLine $evPriority
# Add your instructions here
- Group: Scp127Events
- Cancellable: No
- Event data:
Scp127TalkedEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
*evScp127Item | reference to Scp127Firearm object | Gets the SCP-127 firearm. |
$evVoiceLine | Scp127VoiceLinesTranslation enum value | Gets the voiceline the SCP-127 played. |
$evPriority | VoiceLinePriority enum value | Gets the priority the voiceline has been played with. |