-
Sergeant
URGENT: camera.sqs repeat trigger not working
Hello,
I'm trying to make camera.sqs switchable cuz I have units programmed and I lead them, so I'd like to capture and get back to command if possible, then, toggle camera.sqs as I please..
I dont mean capture sequence, I meant capture as in Fraps..
I created a unit. placed a radio echo activated trigger. condition: onact:
Code:
this exec "camera.sqs";
repeatable
now I preview. click radio/echo, nothing...
Help folks!!!
-
If you want to use a radio trigger, why would you want to use the "!alive" condition? Anyway, change the condition to "this" and change the activation to "player exec 'camera.sqs'". That should work. If you want to be able to access camera.sqs multiple times, make the trigger repeatedly-activated.
-
Sergeant
thanks sarge... I figured, If I'm the leader, so I cant die cuz forward units will get it.. I just thought so I could toggle as long as I'm alive
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules