UAF Scripting Syntax

The only currently supported language is a custom language called UAF that supports the following syntax:

// Comments
::Actor::
[#VoiceOverTag]
[character emotions]
 

Example

// Intro speech
[#1]::Narrator::Hello and welcome to speechr.
<Wait(2)>
[#2]::Poffle::Not now, my wife has died. [sad]

Of course, you can use whatever syntax you want but several features of the app won’t work: auto audio, actor tagging and voiceover script exports for example.

Last updated