Hello! I'm rather new to twine, and to programming in general, so I'm sorry if this is a stupid question, but here goes:
I want my game to test for two variables before running a bit of text. I know how to make it test for one variable (ie: (if: $piratelove is 10)["I love you, my darling!]), but can I make it check that two conditions are met before it runs (ie: that $piratelove is 10 and $piratemarriage is true)?
I'm using harlowe 2.1.0, and I'd like to stick with it, but I'm also curious if it would be possible in sugarcube or snowman if not in harlowe. Thank you for reading!