HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Item, Text - Description

03-11-2004, 07:41 PM#1
Oxygen87
Is it possible to get this string into a variable?
03-11-2004, 08:05 PM#2
weaaddar
no unfortuantly.
03-11-2004, 08:17 PM#3
Oxygen87
Quote:
Originally Posted by weaaddar
no unfortuantly.
Damn, I'm trying to do a little item menu, and I want to show a description of everyitem, but it seems impossible.
Is it not possible with JASS?
03-11-2004, 08:47 PM#4
weaaddar
well if I remember correctly they are stored as war3Strings you might actually be able to get the string by cheating saving your map open the WTS file get the strings number and then you can print out that string. I'm not a hundred percent sure and its quite an annoying process worse case just copy them into an array of strings.
03-11-2004, 08:48 PM#5
Oxygen87
hehe, okej so there is NO OTHER way?

EDIT: Well, the item system is done now, or no descriptions.
So when a hero picks up an item it will be stored in a variable and then when you check your "Item list" it will be there, quantity counter and stuff :D
Well, it wasn't that hard but I think it's pretty nice. You can also use the items in the "Item list" :D
Well, of the description, I though if I do like this:
- Put all types of items in there own class, i.e Healing items in Power Up and Mana items in Artifact.
- Then I'll make a general description for every class. i.e
Power Up: Healing item, use to restore lost HP.
Artifact: Healing item, use to restore lost MP.

What do you think about this idea?
Well, I'm going to bed now, c u tomorrow! ^_^
And weaadar your equipment system rocks! :D