Hi there. There's an animation that needs to wait for another variable to be done before becoming active. I've found ways in the past, but am clearly doing something wrong this time.
In this case, the canopy must be open before a latch can animate. The basic latch anim is this, and works without a problem:
I've tried a few things including the following, but each time the latch animation no longer works:
Does anyone know the correct format in this instance?
Thanks!
In this case, the canopy must be open before a latch can animate. The basic latch anim is this, and works without a problem:
Code:
<Code>(L:door_latch,enum) 33 * +</Code>
I've tried a few things including the following, but each time the latch animation no longer works:
Code:
<Code>(A:EXIT OPEN:1,percent) 1 == if{ (L:door_latch,enum) 1 == } if{ 1 } els{ 0 }</Code>
<Code>(A:EXIT OPEN:1,percent) 1 == if{ (L:door_latch,enum) 33 * +</Code>
Does anyone know the correct format in this instance?
Thanks!



