What's the difference between....

The place to discuss scripting and game modifications for X²: The Threat.

Moderators: Scripting / Modding Moderators, Moderators for English X Forum

stella
Posts: 1004
Joined: Tue, 17. Feb 04, 18:41
x2

What's the difference between....

Post by stella »

Code: Select all

skip if <condition>
and

Code: Select all

skip if <condition> continue
I'm assuming that (as in other languaged), the "contine" breaks out of the loop, and causes the code to be restarted at the next iteration of the loop.

That's basically what I'm after. If this condition is true, go to next iteration of loop.

Which one's right?

Ta.

Return to “X²: The Threat - Scripts and Modding”