QUOTE(Falkoner @ Feb 4 2007, 08:58 PM)
In a movie map, one way would be to have a constant death count counting, and each time the death count hits certain numbers you do things in the movie, like center view, or messages.
[right][snapback]623359[/snapback][/right]
this is by far the best method, especially if your map uses more than 64 actions. before you started, assign a computer player to time the events. also, rename any unused unit to
CTR-----Timer.
TRIGGERS FOR COMPUTER PLAYERConditionsAlways
ActionsAdd 1 death to current player of
CTR-----TimerPreserve trigger
TRIGGERS FOR HUMAN PLAYERConditionsIf deaths of
CTR-----Timer for computer player is at least #
ActionsDisplay text/Centerview/Create units/Order units/Play wav/Whatever!