How do I make an action with in a certain amount of turns?

I am trying to make it that when you use an Item in my game, you have to wait for 2 turns to use another one. Here is the link to my game. https://flowlab.io/game/view/1607727

1 Like

Im sorry idk how but maybe @JR01 would know
or any other good coders

Have a counter that subtracts 1 per turn, filter the number to turn on after 2 turns.