Frictional Games Forum (read-only)

Full Version: hw to make diary with voice?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i need the diary with voice hw?
i am new to this thing so i dunno much
Set the options of the letter like this:
[Image: letterv.th.png]

and put this script into your .hps file.
Code:
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).
}
than hw i get the voice?
I think you need record your "real-life" sound Tongue.

Edit:I think Big Grin.
While we are at it. Does anyone know how to make the diary page show up in the journal? It doesn't work for me :<

I added the callback and also tried ReturnOpenJournal(true); but nothing works :<
It should automatically add?
It doesn't work for me : /
I am trying to make a diary as well, i don't think i need to record my real-life voice.