| 02-25-2007, 01:31 PM | #1 |
| 02-25-2007, 02:29 PM | #2 |
Uh, just a thought, but on the tip that appears below "Pick Every Player And DO Actions", it says quote: "...Wait actions should not be used within this function.". |
| 02-25-2007, 02:34 PM | #3 |
Indeed, a wait breaks a unit/player group loop. However in this case you should be able to use a normal for loop and then convert (Integer A) intro a player. |
| 02-25-2007, 06:11 PM | #4 |
So it can work if i remove the wait? or do i have to convert a loop integer A into a player? |
| 02-25-2007, 09:08 PM | #5 |
Either one will do. |
