hi all! i'm new to twine and have been looking through this manual for help, but i'm still a little lost. here's my deal:
i have a story and i'm implementing some variables (example: if you decide to pick up an object, i have either (set: $Item to false) or (set: $Item to true), and they print properly if i call them later). i wanted to know if it's possible if, based on whether or not this is true or false, i can hide/show a link to another passage (so, if the player has the item, an extra passage link is available to click. if not, they just have one choice).
i know there are (if:) and (hidden:) macros, but i'm a) not sure if that's what i want, and b) not sure how to make them work because i've already tried implementing them anyway and just got errors haha.
any help would be much appreciated!