HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Item names

10-08-2003, 09:54 PM#1
Reb
Anyway to get a name of an item and throw into a string?
10-08-2003, 09:57 PM#2
Vexorian
No there isn't, how do I know you ask?

Even Darky used a big Itemname String Array to get the items' names
10-08-2003, 10:04 PM#3
Ligature
I had this problem too...
Something that might help you: every item has "Item Life" which is a real value that can be between 1 and 500,000. Also, every item has an "Item Level" which you can set between 0 and 8.
If you do use the "Item Life," make sure you don't allow any units to attack Items, or you'll be able to magically change what item you've got by attacking it.
10-08-2003, 10:07 PM#4
Vexorian
Quote:
Originally posted by Ligature
If you do use the "Item Life," make sure you don't allow any units to attack Items, or you'll be able to magically change what item you've got by attacking it.


Or when you are going to check an item with a trigger increase the item's life by 999999, and it will get its maximum life again
10-08-2003, 10:14 PM#5
Ligature
:) right, what he said.
10-08-2003, 10:17 PM#6
Reb
Rats. Was hoping i could avoid doing the big array thing. OH well. Thanx for the quick replies.

Reb
10-09-2003, 04:48 AM#7
ULTIMA_WEAPON_
............. no