| 09-27-2006, 07:00 PM | #2 |
Unit Group - Add (Matching unit) to LotusGroup What is this supposed to do..? Also you leak the location. |
| 09-27-2006, 07:08 PM | #3 |
whoops i over looked that part (when i changed the pick every units action) but that doesnt explain the long pause |
| 09-27-2006, 07:35 PM | #4 |
3 seconds is about right. Waits are inaccurate (PolledWait always a bit on the high side). And how the heck am I supposed to know why they are removed? |
| 09-27-2006, 07:55 PM | #5 |
Ok the pause is because of the waits. you have two 1 second game time waits before you order the unit to cast mirror image which as griffen said, can be a little inaccurate. as for the removing of the units, you're removing them immediately after they are ordered to attack, so they never actually get a chance to. You might want to have a seperate trigger that detects when those images attack and then removes them afterwards. |
| 09-27-2006, 08:23 PM | #6 |
ok.. i think i got the idea ill have to try it out thanks |
