HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Whats wrong with this loop?

05-08-2006, 08:17 AM#1
kaldoreielf
Trigger:
CameraSetup
Collapse Events
Time - Elapsed game time is 0.05 seconds
Conditions
Collapse Actions
Cinematic - Turn cinematic mode On for (All players)
Collapse Player Group - Pick every player in (All players) and do (Actions)
Collapse Loop - Actions
Collapse If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Collapse If - Conditions
((Picked player) controller) Equal to User
((Picked player) slot status) Equal to Is playing
Collapse Then - Actions
Camera - Apply Camera 003 <gen> for (Picked player) over 0.00 seconds
Trigger - Run UnitStuff <gen> (ignoring conditions)
Collapse Else - Actions
Do nothing


I'ts supposed to go into cinematic mode and go into Camera 003, but it doesnt do either? Whats wrong with it?
05-08-2006, 11:31 AM#2
Blade.dk
I don't really see why the camera is not working, but is it intentional that the Unitstuff trigger will be executed multiple times?
05-08-2006, 11:34 AM#3
Thunder_Eye
Also remove the "Do nothing", it just takes up space

the reason that it doesnt work might be the event maybe, change it to 3.00 and see if it works
05-08-2006, 04:14 PM#4
Captain Griffen
Remove the ((Picked player) controller) Equal to User condition. It doesn't do anything useful in this context, and I have had trouble in the past.