10.07.2012, 17:36
they can be returned, that way it will skip the rest of the script like this:
shit = 1;
if (shit == 1) return 1; // This returns 1 so the script below won't be used
ass = 3;
shit = 2;
shit = 1;
if (shit == 1) return 1; // This returns 1 so the script below won't be used
ass = 3;
shit = 2;