osmo 0 Posted September 17, 2009 In ArmA/ArmAII, you can open/close the bargate with animate command: myGate animate ["Bargate",1] myGate animate ["Bargate",0] Apparently this can also be done with other objects as long as you know the name of the animation. What I would like to know is: Does anyone know what is the name for animation for the Gate object that is in Objects (Military) at the editor? I tried to search the forum about this with no success. Share this post Link to post Share on other sites
Big_Daddy 10 Posted September 17, 2009 Kronsky has a great script/map that lets you put anything you want into it, walk up to it, and it gives you all information needed. Look here Share this post Link to post Share on other sites
kylania 568 Posted September 17, 2009 Wow Big Daddy, awesome find! Share this post Link to post Share on other sites
Big_Daddy 10 Posted September 17, 2009 heh, thanks.. I'm kind of a scrounger.. Share this post Link to post Share on other sites
osmo 0 Posted September 18, 2009 Thanks Big Daddy! Solved my problem. For those who look for quick solution, here's the command: Open: gate1 animate ["DOOR01",1]; Close: gate1 animate ["DOOR01",0]; Share this post Link to post Share on other sites