| 10-12-2008, 03:49 PM | #1 |
| 10-12-2008, 03:50 PM | #2 |
| 10-12-2008, 03:51 PM | #3 | |
Quote:
Then ENABLE the trigger by ticking the "Enabled" box on top of the trigger. Go back to start? Doesn't this step make sense? |
| 10-12-2008, 03:51 PM | #4 | |
Quote:
Is your trigger INITIALLY ON? / Go back to start? Doesn't this step make sense? |
| 10-12-2008, 03:54 PM | #5 | |
Quote:
Is it supposed to be initially activated? / Go back to start? Doesn't this step make sense? |
| 10-12-2008, 03:56 PM | #6 | |
Quote:
Is the event you're using to activate the trigger correct? Example: Timer expires, unit enters region, unit casts a spell. / Go back to start? Doesn't this step make sense? |
| 10-12-2008, 03:57 PM | #7 | |
Quote:
Is it supposed to be initially activated? / Go back to start? Doesn't this step make sense? |
| 10-12-2008, 03:59 PM | #8 | |
Quote:
Are the conditions you're using possible to meet? Example: You're trying to get the hit points of a specific type of unit. You want only the units which have above 200 hit points, but that unit type only has 100 hit points as their maximum OR it's something completely irrelevant. / Go back to start? Doesn't this step make sense? |
| 10-12-2008, 04:05 PM | #9 | |
Quote:
Then change the conditions so that they are sensible, possible to meet and appropriate. Go back to start? Doesn't this step make sense? |
| 10-12-2008, 04:06 PM | #10 | |
Quote:
Are you using loops or If/Then/Else blocks? * Creator's Note: You might want to go through your trigger part by part. If you have a loop then another loop or an If-Then-Else and then another one, you may need to go through this part several times. * Creator's note: If you're using dummy units, then click here. / / / Go back to start? Doesn't this step make sense? |
| 10-12-2008, 04:08 PM | #11 | |
Quote:
Are you referring to the loop index? Example: Set MyVariable[Integer A] = The Value I Want / Go back to start? Doesn't this step make sense? |
| 10-12-2008, 04:11 PM | #12 | |
Quote:
Are you using a ridiculously huge loop number? Example: For Integer A 1 to 2994234232902340... / Go back to start? Doesn't this step make sense? |
| 10-12-2008, 04:13 PM | #13 | |
Quote:
Then it is not a problem with the loop. Go back to start? Doesn't this step make sense? |
| 10-12-2008, 04:18 PM | #14 | |
Quote:
Then you may want to... Option A: Make a separate trigger with no conditions or events, then refer to that several times by running the trigger. The action required here can be found in the "Trigger" section. Option B: Make the loop more practical. Example: Creating 5000000 units is not practical no matter what you may believe. Option C: Seek help at the Triggers & Scripts Section. _____ Do you have any other loops, if-then-else blocks or parts of actions that have not yet been checked? / Go back to start? Doesn't this step make sense? |
| 10-12-2008, 04:23 PM | #15 | |
Quote:
Are you referring to the correct loop index? Example: For Integer A Loop... then you do something like Set MyVariable[Integer B] = ... / Go back to start? Doesn't this step make sense? |
