Possible to reset visited()

Using sugarcube 2, I’m wondering if it’s possible to set the number of times a player visited a passage?
The line of thought here is having an activity that’s doable once per day, but resetting at the start of a new day. I could use a regular variable, but figure it would be more efficient to just use visited()

If I remember correctly, visited() is linked to your Passage History (the passages you visited). So it would reset when you restart the game. Having a variable would probably work better in this case.

1 Like