dmitri 0 Posted July 16, 2007 Is there a way to pass the names of players during a MP game to markers, via say setMarkerTextLocal? Thanks Share this post Link to post Share on other sites
zaphod 0 Posted July 16, 2007 as you assigned your units variable names like e1,e2,e3 .... w1,w2,w3 ... you can easily catch a units name by calling: name w1 ... and set a markers text to this name with: _yourmarker="Marker1"; _unit=w1; _yourmarker setmarkertextlocal (name _unit); Share this post Link to post Share on other sites