HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Before Asking For Trigger Help

10-12-2008, 03:49 PM#1
Tide-Arc Ephemera































































































































































10-12-2008, 03:50 PM#2
Tide-Arc Ephemera
Is your trigger ENABLED?

/

Go back to start?
Doesn't this step make sense?
10-12-2008, 03:51 PM#3
Tide-Arc Ephemera
Quote:
Is your trigger ENABLED?
No

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
Tide-Arc Ephemera
Quote:
Is your trigger ENABLED?
Yes

Is your trigger INITIALLY ON?

/

Go back to start?
Doesn't this step make sense?
10-12-2008, 03:54 PM#5
Tide-Arc Ephemera
Quote:
Is your trigger INITIALLY ON?
No

Is it supposed to be initially activated?

/

Go back to start?
Doesn't this step make sense?
10-12-2008, 03:56 PM#6
Tide-Arc Ephemera
Quote:
Is your trigger INITIALLY ON?
Yes

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
Tide-Arc Ephemera
Quote:
Is the event you're using to activate the trigger correct?
No

Is it supposed to be initially activated?

/

Go back to start?
Doesn't this step make sense?
10-12-2008, 03:59 PM#8
Tide-Arc Ephemera
Quote:
Is the event you're using to activate the trigger correct?
Yes

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
Tide-Arc Ephemera
Quote:
Are the conditions you're using possible to meet?
No

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
Tide-Arc Ephemera
Quote:
Are the conditions you're using possible to meet?
Yes

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
Tide-Arc Ephemera
Quote:
Are you using loops or If/Then/Else blocks?
Standard GUI Loops

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
Tide-Arc Ephemera
Quote:
Are you referring to the loop index?
No

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
Tide-Arc Ephemera
Quote:
Are you using a ridiculously huge loop number?
No

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
Tide-Arc Ephemera
Quote:
Are you using a ridiculously huge loop number?
Yes

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
Tide-Arc Ephemera
Quote:
Are you referring to the loop index?
Yes

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?