removing hyperlinks?

shadowphile
09 Jun 2013, 18:01
I want to go old-school. I want to make long descriptive texts without hand-holding the player with the available options.
Is there a way to remove hypertexts? I'm sure there is a way to do it in the html code but in that case I am a dummy :)
If that is not possible (or even if it is), how about changing the hypertext color to match the main text? At least then the links won't be so intrusive.
thanks

jaynabonne
09 Jun 2013, 18:52
In the Quest UI, click on your "game" object, and then go to the Attributes tab. In the Attributes list, scroll down to "enablehyperlinks" and set it to false.

shadowphile
09 Jun 2013, 19:30
awesome, liking this engine so far, thanks!

waturi
10 Jun 2013, 22:57
This seems to work except that any menu choices that pop up from the ShowMenu script are still hyperlinks even if this is set to false. Any simple way to make those just static text?