OFPEC Forum

Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting General => Topic started by: nuxil on 02 Oct 2010, 16:26:36

Title: Flag animation ?
Post by: nuxil on 02 Oct 2010, 16:26:36
Hello good people.


im woundering if its possible to animate the flag on the flagpole..
i know about action take flag. but it doesnt do what i want to do..
i want to be able to lower/rais the flag but not with take flag.

i was woundering if there is any kind of animation that could be controled by
Code: [Select]
flagpole animate ["anim name", 1]
i tried looking in the configs, but could not really find anything..

Edit:

after some investigation it seams like its not possible.
only workaround i found would be to use a empty flagpole and set its position ontop if the one with flag on it.
then asjust the flag hight with setpos. not ideal, but good enough,