| 08-18-2004, 12:04 PM | #1 |
ok heres the scene, there are 2 teams, a hero from a team enters a region and frees a unit, the freed unit is now under the control of the triggering hero's team, not just the hero. i can handle the part where a hero enters a region and the unit is freed, i just dont know how to make it so the hero's whole team controls the unit and not just the hero who freed it, if you get what i mean. does anyone know how i can do that? thanks ![]() |
| 08-18-2004, 01:19 PM | #2 |
That team would need an additional player for rescued units, and then you can make that player give full shared unit control to his allies with triggers. |
| 08-18-2004, 03:46 PM | #3 |
thx for the help but how do i do that? |
| 08-18-2004, 05:40 PM | #4 |
Actions - Game - Share vision and full unit control with team. You will need a non-user controlled player slot on each team, however, to give it the rescued units and share the control with all the actual players. This means you can't have 12 players in one game (like in AoS games where you need an additional computer player per each team.) |
| 08-18-2004, 06:43 PM | #5 |
Can't you just do like this? Events Unit - A unit enters ("your region") Conditions Actions (if,then,else action in a pick every unit in map action) = Unit Group - Pick every unit in (Units in (Playable map area)) and do (If ((Owner of (Picked unit)) Equal to "your rescued team")) Then do (Unit - Rescue (Picked unit) for Player 1 (Red) and change color) else do (Do Nothing))) just change "your region" for the region that your hero enters when he rescues the units and "your rescued team" for the team to be rescued. easy :P |
| 08-19-2004, 12:25 AM | #6 |
ondizz i dont fully understand what you wrote but im not trying to rescue a team, im trying to rescue a single unit and give control of that unit to the hero that rescued it and the rest of his team btw your method worked anitarf, thanks a bunch ![]() |
| 08-19-2004, 12:59 AM | #7 | |
Quote:
I am afraid that wont work, because where trying to make it so when the hero enters the region, all players are able to control the unit. This is all done in the full unit control action. There is a trigger in actions, under player, where you can give control of the unit to another player. But the tricky part is trying to get it so all players can control the unit. I believe under the same actions, under player, there might be a action where you can set the unit control to full team unit control, but I am not sure. I can't go on my WE right now *Shaking Fist*, but I am sure there is a team control trigger. When I have trouble looking up triggers in the WE I use the search engine, blizzard installed. Just search up team unit control, or something along that line. Make sure when you search it is under actions. Hope I helped. |
| 08-22-2004, 05:46 PM | #8 |
aha, well, i must have missunderstood it then :p |
