I am trying to make some kind of dynamic passages, so that it's a different kind of passage that pops up. I tried this, but i failed horribly at even making something this simple xP
(set: $test to (random: 1,2))
(if: $test = 1)[[[You roll the dice...|You roll a 1]]]
(else:)[[[You roll the dice...|You roll a 2]]]
Are there any comprehensive guides on the syntax out there? Is Harlowe even the thing to use?
(set: $test to (random: 1,2))
(if: $test = 1)[[[You roll the dice...|You roll a 1]]]
(else:)[[[You roll the dice...|You roll a 2]]]
Are there any comprehensive guides on the syntax out there? Is Harlowe even the thing to use?