Twine Forum
Discussions
Home
›
Help! with 2.0
Sign In
·
Register
Categories
Recent Discussions
Categories
4.9K
All Categories
1.2K
Help! with 1.x
333
Workshop
3K
Help! with 2.0
343
Chit-Chat
[harlowe] How to add comments to my passages?
Rafe
April 2017
in
Help! with 2.0
I'm trying a new game, but it's becoming so complicated that I rely on memory to know what each passage does and why. Is there a way to add comments, like you can in other languages?
Comments
mykael
April 2017
edited April 2017
Don't know about the Harlow syntax, but the older Twines allowed
/% comment %/
.
It looks like you might be able to use HTML style comments
<-- comment -->
in Harlow.
Chapel
April 2017
edited April 2017
As far as I know, HTML comments are:
<!-- comment -->
not
<-- comment -->
For all I know either might work/be viable, but I've always seen the former.
For Harlowe, I think HTML comments are the only option within passages.
greyelf
April 2017
I answered this
in the duplicate post
of this question
Sign In
or
Register
to comment.
Forum Software Powered by Vanilla
Comments
It looks like you might be able to use HTML style comments in Harlow.
not
For all I know either might work/be viable, but I've always seen the former.
For Harlowe, I think HTML comments are the only option within passages.