wuffman 10 Posted May 4, 2013 Am trying to make the player for my SP mission spawn dressed in civies ( not a problem ) but it seems as though the map does not have a place to go in any civie uniform. Additem and assign item does not seem to get any of the standard uniform items with the player at start. I need a map on the player so the briefing screen can show the markups before the player spawns ( also, not a problem ) but the player must have a map on him. Has anyone else noticed this, or am I doing something wrong? Thanks Again...:rolleyes: Share this post Link to post Share on other sites
loyalguard 15 Posted May 4, 2013 I just tried in the unit init line the following and it worked for a blur unit dressed in civ clothing: this addWeapon "ItemMap"; Give it a shot and see if it works in your scenario. Share this post Link to post Share on other sites
wuffman 10 Posted May 4, 2013 Ahhh... addWeapon, ok. Thank you for your reply, Loyal, It does indeed work! Nice thinking ;) Share this post Link to post Share on other sites