Online Transcript FIX

K.V.
13 Nov 2018, 23:31Hello.
I messed up and put one of the new Javascript functions for the transcript feature in the wrong file.
It works in the desktop player, but not when playing online.
To fix this until Quest is updated:
-
Turn on the advanced features for the game object (if you haven't already done so).
-
Add this line of code to the User Interface Initialisation script:
JS.eval ("function SaveTranscript(data) { data = data + \"" + Chr(60) + "style>*{color:black !important;background:white !important;text-align:left !important}" + Chr(60) + "/style>\"; if (!webPlayer && transcriptString != '') { UIEvent(\"SaveTranscript\", data); } transcriptString += data; };")
Again, this is so online players will have some transcript functionality.
Sorry about messing that up!