Results 1 to 4 of 4

Thread: Moving a trigger on an object...

  1. #1
    How can I move a trigger to the position of an object ?? For example, I try to let a chopper get shot down. When it is destroyed the camera should move around the shot down chopper, play some music or whatever....
    I manage the trigger to be activated (not that difficult), but how can I move the trigger to the place where the chopper was downed


    Thanks !!!

  2. #2
    There are ways to move a trigger (i cant remember how though), but i would sugest using a script for controling the camera. It looks much better and makes things easier once you've learned the basics. check ofpec for "cutscene.sqs" tutorials.

    But if you still want to move the triggers i sugest that you search this forum, or wait untill some one that knows replies







  3. #3
    triggrename setPos getPos downedChopper

    will work (89% sure of it)
    However, setPos: ing triggers may result in unwanted behaviour in MP as OFP sets the trigger 13^45e meters below ground, making the trigger unpossible to be triggered.

    in SP this works as expected.
    GW bis (thumbs up)

  4. #4
    Hmm...unfortunately it doesn't work...gotta find some other way...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •