Skip to main content

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

VariableTypeDescription
*evScp127Itemreference to Scp127Firearm objectGets the SCP-127 firearm.
$evVoiceLineScp127VoiceLinesTranslation enum valueGets or sets the voiceline the SCP-127 will play.
$evPriorityVoiceLinePriority enum valueGets or sets the priority the voiceline will be played with.
$evIsAllowedbool valueWhether the event is allowed to run.