check if a function was run
I am making a Hearthstone like game and when a turn is triggered (most likely will do this via a function unless someone has a better idea) and every time this is triggered (the function) I need the game to check if a bool is true then do something
exp
if ( (bool is true ) & (function is called) { do thing }
sample idea
if this card is in play, at the end of turn do this
Comment
Your answer
Follow this Question
Related Questions
OnTriggerEnter not working 2 Answers
How do I get all of my code in start function 1 Answer
Vector3 not an identifier? 1 Answer
Problem with Contains 0 Answers