OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: Crowey on 23 Jul 2008, 18:16:37

Title: make a unit crouch in waypint command
Post by: Crowey on 23 Jul 2008, 18:16:37
how do i make a unit crouch in a waypoint command so it looks like hes searching an ammo box?
Title: Re: make a unit crouch in waypint command
Post by: Luke on 23 Jul 2008, 18:47:16
Crowey,

If you want him to kneel use "unit setUnitPos middle",

If you want him to get on his hands and knees use ' ' unit ["dropweapon",unit,"put"] ' '.

Luke
Title: Re: make a unit crouch in waypint command
Post by: Crowey on 23 Jul 2008, 19:46:54
where do i type that mate? and do i use the "" icons too?
Title: Re: make a unit crouch in waypint command
Post by: Luke on 23 Jul 2008, 20:14:02
in the init line,

not in the first one.

in the second one use them but not the ' ' .
Title: Re: make a unit crouch in waypint command
Post by: h- on 23 Jul 2008, 21:02:01
To avoid any misconceptions about ' ', " and so on why not use the code tags (the button with # on it for example) in the posts for clarity's sake  :whistle: