I converted it into an app. But all it does is turn into a bar with the text "Tap links or type here". Whats wrong.
Uncaught DOMException: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules
at getCSSRule (file:///C:/Users/justi/Desktop/Awesome/game.js:1204:32)
at SetMenuBackground (file:///C:/Users/justi/Desktop/Awesome/game.js:1122:15)
at InitInterface (file:///C:/Users/justi/Desktop/Awesome/game.js:22408:1)
at worldmodelInitialise (file:///C:/Users/justi/Desktop/Awesome/game.js:1280:9)
at init (file:///C:/Users/justi/Desktop/Awesome/game.js:76:5)
at onBodyLoad (file:///C:/Users/justi/Desktop/Awesome/index.html:26:13)
at onload (file:///C:/Users/justi/Desktop/Awesome/index.html:85:64)
Whats this mean
This fixes ObjectListSort(): function ObjectListSort(arr){return arr.sort();};
So, that line to add to the User Interface Initalisation script would be:
JS.eval("function NewList(){return [];};function ObjectListSort(arr){return arr.sort();};")
BUT that brings up this error: TypeError: parameters is undefined
...which I believe concerns the new TAKE scripts in Quest 5.7.2, which I don't know how to fix.
...but, if you have the .aslx file (or just copy the code here), I can see if I can fix you up. There won't be a map, though.