HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

item question

08-02-2003, 04:09 PM#1
MARINEMAN
is there a way to make a usable item that changes the hero that uses it into a diffrent hero and keeps all other items that the hero using the item had?
please help
08-02-2003, 04:28 PM#2
Magias
Quote:
Originally posted by MARINEMAN
is there a way to make a usable item that changes the hero that uses it into a diffrent hero and keeps all other items that the hero using the item had?
please help


The only I think that could be done is through Jass Programming....
08-02-2003, 06:52 PM#3
Red Slayer
Event: Hero uses item
Condit: Item type of (item beigh manipulated) Equal to BLAH
Action:
Replace hero to other hero using old units relative
(all items carried by old hero goto new automaticly)
08-02-2003, 06:52 PM#4
Monkey
couldnt u just make a trigger, that wen that item is used, then replace unit with another unit. im not sure if taht keeps the items though, but try that. it might work.
08-02-2003, 07:20 PM#5
Red Slayer
:thrust: