For Harlowe:
In Twine, I have a passage named
and I am linking to the passage with:
The Link is correctly being printed as "Joe", but it does not resolve to the a passage titled
I would like to avoid having to name the passage
Is this possible?
Thanks!
(set: $character to (datamap: "Name", "Joe"))
In Twine, I have a passage named
$character's Name
and I am linking to the passage with:
(print: "[[" + $character's Name + "]]")
The Link is correctly being printed as "Joe", but it does not resolve to the a passage titled
$character's Name
I would like to avoid having to name the passage
Joe
Is this possible?
Thanks!