OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: snozzdog on 07 Oct 2008, 12:11:49

Title: Stand up
Post by: snozzdog on 07 Oct 2008, 12:11:49
How do i get a man to stand up straight in a fight without setting him to careless?

Snozzdog
Title: Re: Stand up
Post by: Denz on 07 Oct 2008, 12:17:26
Use the SetUnitPos (http://www.ofpec.com/COMREF/index.php?action=list&game=All&letter=s#320) command
Code: [Select]
this setUnitPos "up"
If it is just for one sequence then set him back to normal with
Code: [Select]
this setUnitPos "Auto"
Title: Re: Stand up
Post by: snozzdog on 08 Oct 2008, 10:15:50
Cheers i'll give it a go tonight