Is the web browser still missing elements of the desktop version? #1419
-
Last I heard, the web browser were missing some features. Is that still the case now? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hello, Yes, the online editor has a few differences. We were just discussing that on Discord: https://discord.com/channels/1278365322054996018/1314620834467545200/1335750884684206081 If you're not on Discord, here is a Quest doc with a brief summary of the differencess: https://docs.textadventures.co.uk/quest/webeditor.html In the end, I think the only thing we truly can't do in the web editor is override existing functions. Also, the player itself should run games nearly the same whether online or using the desktop version once Quest 5.9 is released, and the first release candidate was dropped today. So, the official release shouldn't be too far out. |
Beta Was this translation helpful? Give feedback.
Sorry, I didn't know about this difference.
Even on a PC browser, the alias for exits is just a dropdown.
In the desktop editor, it's a dropdown, but we can also type in whatever we please (as you know).
I don't know how that works, unfortunately. I can give you a workaround, but it's two extra steps for each exit you want to give an alias.
myexitname.alias = "myexitalias"
Add that line for each exit you want to assign an alias, substituting
myexitname
for the name you give the exit, and"myexitalias"
for its alias.Click here to view animated GIF