OFPEC Forum

Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting General => Topic started by: stephen271276 on 30 Jan 2011, 14:19:13

Title: Wave two hands animation??
Post by: stephen271276 on 30 Jan 2011, 14:19:13
Hi guys Ive searched and searched and had no luck wotsoever, Im after a simple command via a trigger that will make a civvy perform a flag down animation (preferably waving two arms in the air)  as players vehicle  approches him then deactivate once player gets to another small trigger on the civvys location which will give the player some intel. Ive done everything except find the command in 1st trigger to make the civvy wave his arms and then a command in 2nd trigger to cancel animation....
Title: Re: Wave two hands animation??
Post by: RKurtzDmitriyev on 30 Jan 2011, 15:01:34
Have you searched through this library (http://forums.bistudio.com/showthread.php?t=76033) to verify that a "flag down" animation is available?
Title: Re: Wave two hands animation??
Post by: stephen271276 on 30 Jan 2011, 19:33:50
Doesnt have to be that exact animation but something that would work as good as.
Title: Re: Wave two hands animation??
Post by: RKurtzDmitriyev on 30 Jan 2011, 20:20:32
The basic commands to make animations happen are playMove (http://www.ofpec.com/COMREF/index.php?action=details&id=246&game=All) and switchMove (http://www.ofpec.com/COMREF/index.php?action=details&id=363&game=All). Example:

Code: [Select]
soldier1 playMove "AmovPercMstpSlowWrflDnon_Salute"