- Joined
- Dec 30, 2007
- Messages
- 60
I'm making a boss fight where the Heroes essentially fight bizzaro versions of themselves.
I need to "clone" a group of units; for every Hero (Each Hero has its own unit variable, and they are also in a unit group "Heroes"), I have to create a new unit with the same ability point allocations and same items. The World Editor doesn't have a "copy unit" function, sadly.
Also, I don't know JASS. I don't know how to code in it, or how to implement it.
How do I do this, if it's even possible?
Also, another question, just so I can ask and get it over with. What exactly is the "For Every Integer A from 1 to X" function for? o_o
I need to "clone" a group of units; for every Hero (Each Hero has its own unit variable, and they are also in a unit group "Heroes"), I have to create a new unit with the same ability point allocations and same items. The World Editor doesn't have a "copy unit" function, sadly.
Also, I don't know JASS. I don't know how to code in it, or how to implement it.
How do I do this, if it's even possible?
Also, another question, just so I can ask and get it over with. What exactly is the "For Every Integer A from 1 to X" function for? o_o