After compiling my quest file to html, unable to click any links
V1z0r
25 Nov 2017, 13:41After I compiled my quest file using a quest compiler, the links dont work. Left clicking, right clicking, middle mouse clicking, nothing worked. Not a damn thing. I really need help.

K.V.
25 Nov 2017, 14:03Hello,
Sorry, but that's one of the things that we're currently trying to get to work.
A list of a few things that we know won't work:
http://textadventures.co.uk/forum/quest/topic/ssfixax8wkqppibmxuiifw/a-few-questions-from-a-newbie#39b94039-6e24-41b8-91ba-8b6f594e4fe9
More issues which have been reported:
https://github.com/KVonGit/quest-js/issues
The exit links usually work, but none of the command links or verb links work for me. (Sorry. I did warn about that on your last thread, though. I always do my best to keep from getting people hopes up when I know something might go awry.)
The easiest thing I've come up with until we get the links working is disabling hyperlinks before building the Quest game.
NOTE: I've never tried to compile a gamebook...
This isn't a gamebook, is it?
EDIT
Yeah, I suck for not warning everyone in a bigger font. I sincerely apologize.
The links will not work when compiling with Quest JS, and, if your game is a gamebook, NOTHING will work.
Sorry about that. I truly hope it's a text adventure!

K.V.
25 Nov 2017, 14:13Hey!
I fixed it (as far as command links are concerned).
Add this last line at the VERY beginning of your game.js file (whether it's a text adventure or a gamebook):
var canSendCommand = true;

K.V.
25 Nov 2017, 16:03Here's a link to a gamebook compiled with Quest JS:
http://textadventures.co.uk/games/view/egmfigep4ksmgdth8fo2gg/gamebookjs
QuestJS no longer compiles playable games, as of Quest 5.7.2.
Sorry! (I tried!)
Have a nice day!