Results 1 to 3 of 3

Thread: URGENT: camera.sqs repeat trigger not working

  1. #1

    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:
    Code:
    (!Alive squad)
    onact:
    Code:
    this exec "camera.sqs";
    repeatable

    now I preview. click radio/echo, nothing...

    Help folks!!!

  2. #2
    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.

  3. #3
    Sergeant dr_zakharotta's Avatar
    Join Date
    Apr 23 2010
    Location
    Cairo, Egypt
    Posts
    138
    Author of the Thread
    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
  •