Newbie! How do I/ can I make the color or emphasis of a link dependent on a variable attached to said link?
Incredibly new, I do not know how to code or do anything at all and I downloaded twine yesterday. I’m currently trying to make a link, like a
<<link “touch me”>><<set $touched to true”>><</link>>
type link emboldened or turn another color or smth when you click on it as to indicate that it’s actually changed the variable. I can confirm that it changes the variable myself by making a little <<if>> thing but I want to see a visual indicator that it did when inside the passage inside the actual game. I’ve googled this about forty times and lots of stuff comes up, but most of it doesn’t make sense to me.
Not sure if I can do this, as I’m not sure of much. So i’d be okay with making a plain piece of text in the same passage embolden or change color depending on the variable, but I can’t seem to figure out how to do that either. Sorry if this doesn’t make sense, I don’t know what I’m doing or talking about. Thanks for any help.