| 05-12-2006, 08:04 AM | #2 |
Why do you have an event for Unit Creation when it is run by a trigger? |
| 05-12-2006, 09:09 AM | #3 |
I don't understand what you mean... |
| 05-12-2006, 11:01 AM | #4 |
The CameraSetup trigger runs UnitStuff trigger a number of times equal to the number of players. Then the UnitStuff trigger runs the NormalMode trigger. Last, the NormalMode trigger runs the UnitCreation trigger that creates a unit per player. As there are seven players, the UnitCreation trigger will actually run 7 times now, so each player gets 7 units. You will have to make sure that UnitCreation is only executed once. |
| 05-12-2006, 09:11 PM | #5 |
How can I do that? I mean... it shows the cinematic seven times aswell. |
| 05-13-2006, 03:10 AM | #6 |
on the normal mode trigger. delete the run unit creation action. that should fix it. |
