| 02-23-2008, 10:54 PM | #1 |
okay, for a single player map im currently working on, i want to have units supporting/following the Hero, but are not owned by the player. these helper units are owned by a computer controlled player but listen to orders through abilities that the main hero has on start-up i dont fully understand JASS to utilize it i have 5 triggers devoted to the 'Hero followers' Trigger: Units can only be added to the group variable when the hero takes a quest where units are put under his control. this trigger is ment to turn on/off the following triggers if the hero has no supporting units. problems here: when units have stopped, after 5 seconds, they do not follow TheHero Trigger: Trigger: Trigger: any help is appreciated, thanks |
| 02-24-2008, 09:27 AM | #2 |
To the problem that your units won't follow after the 5secs: I had a simliar problem and I think I solved it by replacing the Trigger: If - Conditions![]() (Current order of (Picked unit)) Equal to (Order(stop))Trigger: Referring to your other problems I'd say as a temporary solve you could just order them to follow the hero after each of your triggers. |
| 02-24-2008, 03:49 PM | #3 |
im about to try that out, if it works thanks a bunch :] |
