Omg, this error prevents me from uploading my gamebook

This 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 :/


This 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>

Thank you very much :)

But how can I fixed it?


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


Hey I got the same error and couldn't upload it but because I saw this conversation I fixed it


If you have build 5.8.6809.15164, it should be fixed. Try downloading again and re-installing.


This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums