Jump to content
Sign in to follow this  
Zagolski

Custom sound in kbTell?

Recommended Posts

Hi!

I have a bad English ... The question is: how do I make my speech and use it through command kbTell?

Z tried many things, but the sound does not appear. Help! Thanks in advance!

class Sentences

{

class move_01

{

text = "$STR_move_01";

speech[] = {"\sound\move_01.ogg"};

class Arguments {};

};

class move_02

{

text = "$STR_move_02";

speech[] = {"\sound\move_02.ogg"};

class Arguments {};

};

class move_03

{

text = "$STR_move_03";

speech[] = {"\sound\move_03.ogg"};

class Arguments {};

};

};

text - es, speech - no...

Share this post


Link to post
Share on other sites

I am still no further with this. No documentation and the sample mission code doesn't work!

Share this post


Link to post
Share on other sites

I too am having some trouble with this.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×