Results 1 to 6 of 6

Thread: Trigger condition

  1. #1
    Gunnery Sergeant
    Join Date
    Jan 18 2002
    Location
    South Africa
    Posts
    463
    I have an area trigger I need activated by three different units (b1, b2, b3). The trigger should activate if only one of these units enters.

    (b1) in thislist works in the condition field - how do I get it to activate using the additional units? I've tried using "or" without luck.

    Thanks for any help.

  2. #2
    make another trigger same as first one and put (b2) in thislist in the condition field same then for 3rd trigger (b3)? im not sure though try it.
    Need a medic? Call the doc !

    http://www.quo.pwp.blueyonder.co.uk

  3. #3
    Warrant Officer ck-claw's Avatar
    Join Date
    Oct 29 2005
    Location
    On The End Of A Bottle Of Cider-Somerset - UK
    Posts
    2,241
    as doc sed make 3 identical triggers


    How Ppl Treat Me Is Their Path, How I Respond Is Mine...

  4. #4
    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">{_X in thislist} count &#91;b1,b2,b3&#93; == 1[/QUOTE]
    VBS2 Designer

    Quote Originally Posted by Armored_Sheep View Post
    I like to call Arma a sandbox game that works pretty much like LEGO - you buy it not just because you want to have a nice car from the main picture on its box, do you?

  5. #5
    Gunnery Sergeant
    Join Date
    Jan 18 2002
    Location
    South Africa
    Posts
    463
    Author of the Thread
    Thanks guys. Kyle&#39;s solution worked.

    One more thing.. If one of the units enters a vehicle, the trigger no longer activates. It does activate the second the unit exits the vehicle within the trigger area. Any workaround for this?

  6. #6
    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">{vehicle _X in thislist} count &#91;b1,b2,b3&#93; == 1[/QUOTE]

Posting Permissions

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