6thStorm 0 Posted August 22, 2007 Is there a way to change names of units and vehicles so they show up on the map as f.ex. Convoy (vehicle leader ofc), Delta1 etc. ? Instead of 1-1-C or such. Share this post Link to post Share on other sites
dr_eyeball 16 Posted August 23, 2007 You can name groups. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">group LeaderWest22 setGroupId ["Delta", "GroupColor4"]; group ArtyWest1 setGroupId ["Artillery", "GroupColor5"]; As far as having names appear on the map, you'd need a script to control a set of markers with names assigned to them, or some other method. Share this post Link to post Share on other sites
6thStorm 0 Posted August 23, 2007 You can name groups.<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">group LeaderWest22 setGroupId ["Delta", "GroupColor4"]; group ArtyWest1 setGroupId ["Artillery", "GroupColor5"]; As far as having names appear on the map, you'd need a script to control a set of markers with names assigned to them, or some other method. Well it's a start. Thx Edit: oh i also found this: http://forum.armedassault.info/index.php?showtopic=402 Share this post Link to post Share on other sites