Besides fitting in better with the OpenRA coding style, this also gets rid of some weird timing-related errors I have seen when creating teams with a larger number (6+) of members. (The script would just print 'Error: function' in Team.AddActorEventHandlers. Adding a strategically placed print statement fixed that. Replacing the original for loop with Team.Do did as well)