HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Display custom unit name?

02-18-2004, 08:01 PM#1
Lil Blue Smurf
Is there a way to display custom name of a unit through a "convert unit-type to string" function? I just the assaigned names, like custom_056 or whatever, how would I display the name I specify?
02-18-2004, 08:07 PM#2
SoulReaver
i rember ive seen a trigger that can display units names.

Try

EVEN: your event

CONDITION: your condition...

ACION display text - unit name of ((unit)
02-18-2004, 08:11 PM#3
Lil Blue Smurf
Erm, okay, unit name works except that it cant be used for a unit-type variable, anyway to display the unit-type's name? or will I just have to figure out how to redo my triggers so I can do display unit name (last created unit)?