๐Audio
You can find bank/sound names by clicking here, and speech list by clicking here.
To find some other banks/events you can check it by clicking here.
Static Functions:
Audio.PlaySound(bank: string, name: string): boolean
Returns true if sound was successfully played.
Audio.StopSound(name: string)
Stops the playing sound by name.
Audio.PlaySpeech(character: SimCharacter, event: string, name: string): boolean
SimCharacter object that will speak
Returns true if speech was sucessfully played.
Audio.StopSpeech(character: SimCharacter)
SimCharacter object that will stop speaking
Stops the speaking of the character.