Page 1 of 1
Stay always open or closed

Posted:
Mon Feb 18, 08 8:36 pm
by or 1=1
I've a Deus Ex mover controlled by a switch2. What I want is that when I press teh button, the mover move to his position and keep it till the button is pressed again. How do I do that ?

Posted:
Tue Feb 19, 08 4:21 am
by Andrievskaya Veronika
This is default behavior. Make sure that initialState of your DeusExMover is TriggerToggle

Posted:
Tue Feb 19, 08 9:33 pm
by or 1=1
Yes, the initial state is set to Trigger Toggle.
I'm trying to do something like the mover on the pit of Funline_Unlimited Party 3 but it keep return to the start position after the 28 seconds ^^
HELP

Posted:
Tue Feb 19, 08 10:09 pm
by Dae
Napalm wrote:it keep return to the start position after the 28 seconds ^^
doesn't every DeusExMover return to start position in 28 seconds in multiplayer by default?

Posted:
Tue Feb 19, 08 10:27 pm
by Legion
Dae[A] wrote:Napalm wrote:it keep return to the start position after the 28 seconds ^^
doesn't every DeusExMover return to start position in 28 seconds in multiplayer by default?
Yes, but you can set the number to something like 99999999999999 and it'll forever stay open when a player uses it, or if they close it, it'll forever stay closed depending on what's set as it's keyframe 1

Posted:
Wed Feb 20, 08 8:09 pm
by or 1=1
Legion
Many thanks. It work fine now.