HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Newbie seeking help

08-07-2004, 02:06 AM#1
Dark-Arch0n
Why doesn't, in the second scenario, the second trigger initialize? And in neither scenario does the unit move. any one know the answers?
i'm just trying to teach myself how to use the cinematics, to start with.

scenario 1
trigger1
events
Map initialization

actions
Cinematic - Turn cinematic mode On for (All players)

events
Map initialization
Unit - A unit enters Region 002 <gen>

trigger2
actions
Camera - Apply Camera 001 <gen> for Player 1 (Red) over 6.50 seconds
Camera - Lock camera target for Player 1 (Red) to (Entering unit), offset by (0.00, 0.00) using Default rotation
Unit - Order (Entering unit) to Patrol To (Center of Region 000 <gen>)
Wait 10.00 seconds
Cinematic - Turn cinematic mode Off for (All players)




scenario2
trigger1
events
Map initialization

actions
Cinematic - Turn cinematic mode On for (All players)

events
Unit - A unit enters Region 002 <gen>

trigger2
actions
Camera - Apply Camera 001 <gen> for Player 1 (Red) over 6.50 seconds
Camera - Lock camera target for Player 1 (Red) to (Entering unit), offset by (0.00, 0.00) using Default rotation
Unit - Order (Entering unit) to Patrol To (Center of Region 000 <gen>)
Wait 10.00 seconds
Cinematic - Turn cinematic mode Off for (All players)
08-07-2004, 02:12 AM#2
ppierce
First off the second trigger isn't not initiating because a unit isn't entering the region probably because it is already in it. That could also explain why the unit isn't moving.
08-07-2004, 02:15 AM#3
Dark-Arch0n
oh. thanks.