Omg, this error prevents me from uploading my gamebook
Andes vermon
14 Aug 2018, 13:38This error always happend when I tried to play and upload my game please help me
Error: Error adding script attribute 'script' to Element 'OutputTextRaw': Function not found: 'RequestSpeak'
What a weird error :/
mrangel
14 Aug 2018, 13:52This is an error with Quest 5.8, the new version. The new function "RequestSpeak" (which checks if text-to-speech is turned on) is required by all games, but is only provided in text adventures.
You need to add a function with the name "RequestSpeak", with a single parameter.
If you want to make speaking work correctly, it should look like this in full code view:
<function name="RequestSpeak" parameters="s">
request (Speak, s)
</function>
Andes vermon
14 Aug 2018, 14:50Thank you very much :)
But how can I fixed it?
mrangel
14 Aug 2018, 16:14You need to add a function with the name "RequestSpeak", with a single parameter.
Here's some step-by-step images from the web version; it's probably pretty similar on the desktop version.
SnowFlakes (Flaky)
15 Sept 2018, 07:07Hey I got the same error and couldn't upload it but because I saw this conversation I fixed it
The Pixie
15 Sept 2018, 07:25If you have build 5.8.6809.15164, it should be fixed. Try downloading again and re-installing.