Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
i once saw that integer A can be used for all players numbers. but how can i do that? do i have to set it like a variable? i want to use it for players 1-9.
Well, it depends on what you want to do with it.
It's basically that you create an integer variable with an array with the number of players.
So you have the variable for every single player.
Means PlayerFood[1] is for player one, PlayerFood[2] is for player two and so on.
Now if you set those variables, it's very helpful and time saving to use an Integer A Loop.
It starts at the number in the first gap and stops at the last ( in my example starts at 1 and ends at 12 (numbers of players).
Now the loop takes in every step (or loop round) the PlayerFood variable with array of the current number of the Integer A loop.
So it does step by step in a loop set the PlayerFood variable for every player.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.