This may sounds straight forward but it isnt. I have a function that runs to play a round of a game out, however I want to immediately stop that function from running any further code if there is only 1 player left. I dont want to add "if"'s to like EVERY line of code (considering there are "wait" lines and that so time would still have to pass before a check is ran)Are there ANY ways of doings this, or maybe something I can change the function to to allow for this