Hi, I'm new with this tool. Recently got a problem with GOTO in Harlowe.
I expected to have readers redirected to another passage with a given string as valid passage title. However, I always encountered the error 'I can't (go-to:) the passage 'A' because it doesn't exist.' Oh guys, I was really sure the target passage title did exist in the same story.
easy code as below:
Twine 2.0.11. Tried both web and client, neither can work.
But curious it works with this pattern
Anything I was missing? Any suggestions here?
I expected to have readers redirected to another passage with a given string as valid passage title. However, I always encountered the error 'I can't (go-to:) the passage 'A' because it doesn't exist.' Oh guys, I was really sure the target passage title did exist in the same story.
easy code as below:
(link-goto: "go", "A") (go-to: "A")
Twine 2.0.11. Tried both web and client, neither can work.
But curious it works with this pattern
[[blabla-> A]]
Anything I was missing? Any suggestions here?