Home   Help Search Login Register  

Author Topic: Wave two hands animation??  (Read 1857 times)

0 Members and 1 Guest are viewing this topic.

Offline stephen271276

  • Members
  • *
Wave two hands animation??
« 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....

Offline RKurtzDmitriyev

  • Former Staff
  • ****
Re: Wave two hands animation??
« Reply #1 on: 30 Jan 2011, 15:01:34 »
Have you searched through this library to verify that a "flag down" animation is available?
The OFP Editing Center wishes to remind you that the faithful COMREF will never threaten to stab you and, in fact, cannot speak.
However, in the event that it does speak, you are encouraged to heed its advice. ;)

Offline stephen271276

  • Members
  • *
Re: Wave two hands animation??
« Reply #2 on: 30 Jan 2011, 19:33:50 »
Doesnt have to be that exact animation but something that would work as good as.

Offline RKurtzDmitriyev

  • Former Staff
  • ****
Re: Wave two hands animation??
« Reply #3 on: 30 Jan 2011, 20:20:32 »
The basic commands to make animations happen are playMove and switchMove. Example:

Code: [Select]
soldier1 playMove "AmovPercMstpSlowWrflDnon_Salute"
The OFP Editing Center wishes to remind you that the faithful COMREF will never threaten to stab you and, in fact, cannot speak.
However, in the event that it does speak, you are encouraged to heed its advice. ;)