Jump to content

Zagolski

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Posts posted by Zagolski


  1. 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...

×