Jump to content
Sign in to follow this  
dkraver

Need a little help

Recommended Posts

1. How do i assign people to stand in watch towers???

2. What do i do if i wanna change weaponry on a soldier from start?? Example wanna give a sniper a m16+m203 + m16mag instead of the sniper rifle to make a sniper team where one is sniper other observer.

Example 2 Wanna give a grenadier some flare grenades instead of normal

pls help me hehe

Share this post


Link to post
Share on other sites

2. in the unit init field type

RemoveAllWeapons Unitname; unitname addweapon "M16GrenadeLauncher"; unitname addmagazine "M16"

(Edited by Intruder at 11:10 am on Nov. 26, 2001)

Share this post


Link to post
Share on other sites

1. In the init field of a unit type

this setpos [(getpos this select 0), (getpos this select 1), (getpos this select 2)+n]

where n is in meters. (replace 'n' with a number), this places the unit at a height 'n'.

Share this post


Link to post
Share on other sites

For the grenadier, in the init field type

unitname Removemagazine "grenadelauncher"; unitnamce addmagazine "Flare"

you can use Flarered, flareyellow and flaregreen

and use "ak74grenadelauncher" for Russians.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×