Hi, in Mapfact Barracks 1.5 the is a gate called "Baracken\ Fance borbedwire 6m (with gate-right)-(danger)" how to write the init field, to open the gate? (in mission editor.)![]()
Hi, in Mapfact Barracks 1.5 the is a gate called "Baracken\ Fance borbedwire 6m (with gate-right)-(danger)" how to write the init field, to open the gate? (in mission editor.)![]()

Try it with
orCode:this animate ["Component02", 1]
If that doesn't work, replace Component02 with Component01 / Component03Code:this animate ["Component02", 0]
Thanks a lot, maybe you now, how can i get soldier to the "start-Tower"? because soldier just standing under the tower....?
Sorry for bad English, Lithuanian here.![]()
Use this on the soldier's init line (after you have put him ontop of the tower in the editor)
But where the "XX" is put a number to increase vertical height. Just keep adjusting it till the soldier is on top of the tower.this setpos [(getpos this select 0), (getpos this select 1), (getpos this select 2)+XX]
Good Luck!
Thank you guys!![]()