Jump to content

Recommended Posts

Posted

hello

I am unable to delay the start of the complex trigger start using the usual methods  1)  deactivate at start and activate  7 mn later  2) disable complex trigger MCU and restart with timer . The event being  object stationary and alive , Does anyone know how to do this .

Posted

Don't deactivate the complex trigger. Instead deactivate and activate a timer that's before the complex trigger.

 

 

image.thumb.png.46666c65c59aaef6bf2f4c8ca827ee8a.png

  • Upvote 1
Posted

FWIW I’ve had no trouble activating complex triggers.

  • Upvote 1
Posted

Here's an example of how I use a timer as an on/off switch.

 

image.thumb.png.45b1533324ae77079a1b61a313acb0f3.png

 

 

  • You can see the purple lines, that's 'onAttack' from the vehicles to a 1 second timer ->
    • to my on off switch ->
      • That sends a msg to my off button, the subtitle MCU, and to the 3 minute timer ->
        • The off button turns off the on off switch immediately ->
          • No other 'onAttack' messages can come through while my timer is off (deactivated)
        • The subtitle sends a message to the friendly team saying that their objective is being attacked ->
        • The on button fires after the 3 minute timer that turns the switch on again ->
          • 'onAttack' messages can come through again
Posted (edited)

here is how i did it today and its working . Begin - timer - activate - complex trigger disabled . they are also connected to objective failed if sunk .

1-18-2019 1-20-40 PM.png

second overview off both actions .

diagram 2.png

Edited by dog1
Posted

ATT SKetch

 

The purple line event going back up after the loop is terminated at 3mn  goes where saying what event  ?

Posted
On 1/18/2019 at 3:08 AM, [TWB]Sketch said:

Don't deactivate the complex trigger. Instead deactivate and activate a timer that's before the complex trigger.

 

 

image.thumb.png.46666c65c59aaef6bf2f4c8ca827ee8a.png

Complex triggers do not need to be triggered. I don't think your suggestion does anything.

I would expect that activating/deactivating the complex trigger to work, and if it does not, I would activate/deactivate the logic the complex trigger triggers instead.

Posted
7 hours ago, coconut said:

Complex triggers do not need to be triggered. I don't think your suggestion does anything.

I would expect that activating/deactivating the complex trigger to work, and if it does not, I would activate/deactivate the logic the complex trigger triggers instead.

 

You're right. My logic does nothing to the complex trigger, but instead to the timer before the complex trigger.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...