Darkt3mpl3r said:until you reach a non taken index
marbib said:if someone could do it to me id realy apreciate
I'm working on it now. I just have to finalize the -random command and it will be uploaded.
I do have a question, however. Would you prefer that I use GUI or JASS (vJass, actually). If I were to use vJass it would probably perform better, but it requires you having the most recent JassHelper and you probably wouldn't understand whats going on (or maybe you would).
I just used regular JASS (very minimal) so you'll be able to compile it with the normal World Editor. Other than that all the triggers are done in GUI. There are two instances where there was no GUI function in the for the scenario that I required so I just got lazy and used Custom Script, but you'll probably be okay with that.
set udg_HeroUnitTypeId[ 0 ] = 'H000'
set udg_HeroUnitTypeId[ 1 ] = 'H001'
set udg_HeroUnitTypeId[ 0 ] = 'H000'
set udg_HeroUnitTypeId[ 1 ] = 'H001'
set udg_HeroUnitTypeId[ 2 ] = 'H00A'