Hyperlinks to external pages within Quest
PsychoVyse
23 Apr 2022, 09:01Is it possible to display a hyperlink to an external page within the game start message such as sources for contributor profiles and links for donation purposes?
mrangel
23 Apr 2022, 09:47It should be possible to output a normal HTML link; that's what Gamebook mode does if you have a page of type 'link'.
In case you don't know HTML, that would look something like:
<a href="https://some.address/somewhere">link text here</a>
PsychoVyse
23 Apr 2022, 09:51Will that be inserted inside the middle of a msg() or on it's own?
PsychoVyse
23 Apr 2022, 09:59Update: I've got it resolved, thank you!