Umm..well this site has been the best 4 help on creating my new footy map xXx Footmen Wars xXx soon to be released, and thank all of you that have helped me out so far but i got another question. How Can i make it so that when i have a hero that is already selected, be replaced by another hero keeping the same lv by typing a text word. ex: i type -blademaster, and then my existing hero will be replaced by a blademaster keeping the same lv as my previous hero. This might be tricky, but it will be pretty cool i think if it actually works. plz help.
well, i don't feel like actually coding it for ya, but: then each player should have only one hero.
Make variables: An array unit variable, for each player: Hero (x) An array integer variable, for each hero lvl: Hero_lvl (x)
Triggers: 1- to make the hero variables contain the right heroes 2- when the hero levels up, make the hero_lvl (player number of owner of leveling unit) become itself +1. 3- the triggers for each text command, should look something like this:
Player 1 (red) types message containing -blademaster
Unit type of Hero (Player number of triggering player) is not equal to (blademaster)
Unit - replace Hero (Player number of triggering player) with a (blademaster) using old unit's relative health and mana
Hero - set lvl = hero_lvl(player number of triggering player)
jeesh u guys are good with maps lol, but yah thx 4 the help once again! and who knows maybe if yah'd like i can send u a copy of my map just to check over it and give suggestions , its my first map but im starting to get the hang of it thx to this site.