HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

need some help with hero select please

03-09-2004, 05:21 PM#1
Computer.Loco
In the hero select part of my map, how do i make it so after somebodys chosen a hero, that hero can't be chosen again? the simplest way if possible please.
03-09-2004, 05:58 PM#2
RaeVanMorlock
Transfer control of that hero to the player that picked it and only allow people to chose heros owned by neutral passive
03-09-2004, 11:12 PM#3
ThyFlame
Or use booleans, set allow[x] to false when unit is picked, where x cooresponds to the unit.
03-09-2004, 11:43 PM#4
x0rcist
u guys are makin it mroe complicated than u hafto, just disable the trigger that gives the person that hero.

for instance...

Event:
Units enters region Hero 1
Condition:
Unit type = Hero Selector
Action:
Create 1 (Hero 1) at Region 1
Trigger - Turn off this trigger

thats all u gotta do, u can add special effects, or remove the hero selected very easily also
03-10-2004, 02:34 AM#5
Crimsongg137
yea u gotta disable it plus you should remove the hero so they would no he is picked
03-10-2004, 10:28 AM#6
Computer.Loco
Thanks x0rcist, that made it easy and work perfect. =)
03-10-2004, 11:20 AM#7
erwtenpeller
or... you could download a pre-mad hero selection system in the dl section ;)
03-10-2004, 01:13 PM#8
Computer.Loco
Yeah, but how would i learn. =)