Well, if I know what you mean then you can add this at where you want your loop to start
Code Snippet
Plaintext
while(1) {
And when you add while, you will always must have an extra } when adding a "while"
Or you can add
Code Snippet
Plaintext
for(;;) {
At where you want your loop to start."for" is the same thing as "while" I think.
Was this the answer you wanted or was it something else you wanted? Sorry if I was wrong about what you mean.
Not exactly but to clarify what I am trying to do is have a power up go to all players instead of just the player that picks it's up. I know some basic loops but I do not know how to make it loop to each player