v4.14_fork_sby
Created 'SPOKEN' triggers that allows dialog writers to essentially make dialogs that can be equivalent to audio dialog mods without actually needing to compile together the sound files with the dialog. Should make the process of making those siginificantly easier and more accessable to modders.
- Added [PLAY_SPOKEN_<filename>]. Plays a mp3 file from the last loaded character folder. Only 1 spoken audio can be played at the same time. Differs from PLAY_SFX in that anything that interrupts her speaking will also pause the played audio.
- Added [STOP_SPOKEN]. Stops the sound started by PLAY_SPOKEN, if it hasn't ended yet.
- Added [PAUSE_SPOKEN]. Pauses the sound started by PLAY_SPOKEN, if it hasn't ended yet. This uses the same pause timers as if she is being interrupted