Modme Forums

Force a character to say something

Game Modding | Call of Duty: Black Ops 3 | Scripting


Pepergogo:

Hi
I'm just wondering if it's possible and how to force the character say a quote when either touch a trigger or do certain action.

Btw, I'm using Scob character vox to make them talk.
https://forum.modme.co/threads/the-giant-voice-pack.2394/


Spiki:

Hi
I'm just wondering if it's possible and how to force the character say a quote when either touch a trigger or do certain action.

Btw, I'm using Scob character vox to make them talk.
https://forum.modme.co/threads/the-giant-voice-pack.2394/

player zm_audio::create_and_play_dialog( "general", "dragon_final" );

Pepergogo:

player zm_audio::create_and_play_dialog( "general", "dragon_final" );

Uf nice, works great
Thanks [USER=64]@Spiki[/USER]