dkraver 1 Posted November 26, 2001 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
Intruder 0 Posted November 26, 2001 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
Intruder 0 Posted November 26, 2001 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
Intruder 0 Posted November 26, 2001 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