HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Display item name?

06-08-2003, 11:32 AM#1
Targash
Im wondering if there is a way to get the name of an item like there is an action to get a units name.
06-08-2003, 01:14 PM#2
Guest
yes and no, it depends on what you are looking to do. if you want to check to see what kind of item is being picked up or what not then you would have a trigger hero (uses, acquires, etc) an item and then you can refer to it as "item being manipulated" and check the type that way. if you want to display the name of an item, i dont think you can... i played around with it for a couple of seconds and it doesnt seem like there is a way to get an item id into a string.
06-08-2003, 01:18 PM#3
Targash
Well i coudlnt find anything either just thought that there might be some jass scripting that would work.