HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Hmm WEU function "add item to item pool"

10-08-2006, 05:33 AM#1
Fr0zenLord
Question about the add item to item pool function in WEU

Item - Add the item with the id to the pool and give it a chance to be chosen


What do I put as the id? it shows me an integer list of things, im not quite sure what to do :P
If theres an ID to each specific item, you make, is there anyway to check?

Anyone know?
10-08-2006, 05:58 AM#2
PipeDream
Hit ctrl-d in the object editor to toggle display of IDs
10-08-2006, 09:26 AM#3
Fr0zenLord
Ty, Ctrl D didnt work, but I knew you meant Raw Value XD lol...

Umm, How do I convert I00Y to an integer lol?
10-08-2006, 09:32 AM#4
Meanie
It is already an integer just input it in the field, to make it simple everything between 'four digits' is an integer
10-08-2006, 10:18 AM#5
Captain Griffen
In JASS:

I00Y = variable
'I00Y' = Int (uses ASCII)
"I00Y" = string.