Links and adding to stats in Sugarcube 2.31.1

So in sugarcube you can do the links that also do something like.

[[Give back the wallet|nextpassage][$you.karma += 5]]

And then in the next passage your karma will have added 5 to the score.
My question is:
is there a way to do that, but with multiple tasks. like. to make it so that $you.karma increases and set _path1 to true when the link is clicked.

I hope that is clear enough.

Thank you.

[[Give back the wallet|nextpassage][$you.karma += 5, _path1 to true]]

1 Like

Oh man! that simple huh! I thought I tried that, but apparently not, cuz it worked haha
Thanks for answering so many of my newb questions!

1 Like