Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
hw to make diary with voice?
Ongka Offline
Member

Posts: 225
Threads: 3
Joined: Nov 2010
Reputation: 20
#2
RE: hw to make diary with voice?

Set the options of the letter like this:
[Image: letterv.th.png]

and put this script into your .hps file.
void PickLetter(string &in asEntity, string &in asType) //Has to be the same name as the callback function.
{
    PlayMusic("note.ogg", false, 0.7f, 0, 10, false); //note is the name of the music file (or voice).
}

[Image: 18694.png]
03-03-2011, 05:05 PM
Find


Messages In This Thread
hw to make diary with voice? - by cheeseburgerXD - 03-03-2011, 09:53 AM
RE: hw to make diary with voice? - by Ongka - 03-03-2011, 05:05 PM
RE: hw to make diary with voice? - by Vradcly - 03-04-2011, 12:41 PM
RE: hw to make diary with voice? - by Raymond - 03-13-2011, 09:35 AM
RE: hw to make diary with voice? - by Viperdream - 03-13-2011, 06:37 PM
RE: hw to make diary with voice? - by Tanshaydar - 03-13-2011, 07:07 PM
RE: hw to make diary with voice? - by Viperdream - 03-13-2011, 07:16 PM
RE: hw to make diary with voice? - by Raymond - 03-14-2011, 03:10 AM



Users browsing this thread: 1 Guest(s)