Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Problem with tildes in Harlowe Twine 2

Twine 2 & Harlowe.

I want to be able to put quotation marks inside macros. According to the "Verbatim markup" section here, http://twine2.neocities.org/, if I want to use punctuation within a macro call, I should use tildes. However, when I try this, it doesn't work. The output is always "unexpected markup". Can anyone tell me what I'm doing wrong? I've tried so far:
(print: "He said, "Hi." ")
(print: "He said, `"Hi."`")
(print: "He said, ~"Hi."~")
(print: "He said, ``"Hi."``")
(print: "He said, ~~"Hi."~~")
Sign In or Register to comment.