Help on prison escape game

So basically, I have a guards team and a inmates team, The guards job is to keep the inmates from escaping. But I want to make it so if all the inmates escape, the game ends and the inmates team (team 2) wins but if the game timer hits 0:00 and all the inmates have not escaped the guards win (team 1) . Any idea how?

Have a (live) player counter that only counts inmates. Have a zone. When zone entered (have it blocked off so only inmates can enter), set speed to 0 and increment counter - property. When zone entered, check using a trigger if the two properties equal each other. If true, end game. Also, just use the in-game timer for 2.

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.