Freedom Reborn

Freedom Force Forums => Scripting Forum => Topic started by: bearded on September 10, 2025, 09:05:23 AM

Title: Mission script: Speak after Cutscene
Post by: bearded on September 10, 2025, 09:05:23 AM
PlayRandomMusic()
    play(start_cs, 'start_cs', 3)
    SpeakReaction('hero_1', reaction='INACTIVE', variation='0' + clearReaction)

The SpeakReaction cuts in before the cutscene even starts. How can I make it go after, without putting it in the start_cs?