[Python] Noob Question about for loops

TRN2

Chieftain
Joined
Jan 24, 2007
Messages
89
I was wondering in Python for an easy way to do a for loop for each player, in pseudo code like this

for each(player) in game
.....

sorry for my ignorance :sad:
 
for iPlayer in range(gc.getMAX_PLAYERS())
/hangs head in shame - please disregaurd this post...
 
Back
Top Bottom