Two dumb questions because my CSS knowledge sucks and I'm out of practice with code:
if I wanted to progressivly remove dialogue options that the players has already picked from the list- what's the most efficient way to do that?
H'aaand two
Say I wanted to layer multiple images, like a base BG frame, and a character portrait and still be able to change both in the passage- is that even doable in twine with plugins?
third question lol- I'm having a hard time figuring out what ':' and '?' mean in the language. I think ':' is a synonym for 'is' or =, but I'm not sure. and ? is a function declarer? maybe?