of     1   

ManicMonkey101
#189923445Saturday, May 28, 2016 8:39 PM GMT

How would i make it so if all of the players in my game value is Not ingame because they have died the game would stop. I got the values and everything sorted i just dont know how to put them together. I got a bit so when the game ends everyone goes to spawn so i can use that and i got a value so when they die ingame = false, i just dont know the script to use to put them together so if everyone is not ingame it makes ended happen. I need this in a normal script aswell.
RealBeta
#189927252Saturday, May 28, 2016 9:25 PM GMT

I can't really comprehend what you're trying to tell me. #DevelopersNeverSleep
ManicMonkey101
#189928846Saturday, May 28, 2016 9:46 PM GMT

Okay so i have made a value called InGame, and a value called Ended. I want to make it so if InGame = false for everyone then the value Ended will be true so then the game doesnt carry on when no one is in the game. How do i make that happen?
RealBeta
#189929001Saturday, May 28, 2016 9:48 PM GMT

So a game round script? #DevelopersNeverSleep
ManicMonkey101
#189929318Saturday, May 28, 2016 9:53 PM GMT

Okay, so, i am making a minigames game and i need to make it so if everyone has died the game doesnt carry on. I have 2 values. InGame and Ended. InGame and Ended work so they are fine, but i want a script so if InGame = false for everyone then End will = true so it'll end the minigame.
RealBeta
#189929799Saturday, May 28, 2016 9:59 PM GMT

For this you will need to make a main script that controls the games server so what you want to do is. Remove all your intermission, game round, and game end values Add a int value to where ever you had your other values and name them by, whatever you're defying in the main script. #DevelopersNeverSleep
ManicMonkey101
#190005279Sunday, May 29, 2016 7:33 PM GMT

Ive got that already... i just want to know how to check a value for all players then. Like if all players are not ingame then new game start.

    of     1