#How do I make a system that detects when only two players are left

1 messages · Page 1 of 1 (latest)

raven token
#

So I’m making a fighting game and I want to add a system when only two people are left, but I don’t know how to make a system that detects when two players are left, does anyone know how to do this?

sinful meteor
#

Add a player counter as a global variable then when players die they +1 the global variable, and a script that detects if it's 2 simple

raven token
#

-# I’m not good at coding