Quote:
Originally Posted by godofwarares
How can you not read it?!

|
I just.. cant. Want to see how different your styling is to mine?
PHP Code:
for (temp.a = 0; temp.a < temp.getClasses.size(); temp.a++) {
temp.res;
this.join(temp.getClasses[temp.a]);
temp.res = battledata::start();
if (!temp.res) return false;
}
return true;
That how I would have
styled it. Now, give me a few seconds and I will TRY to check your script for errors.
Hmm. I'm not quite sure of what you are trying to accomplish, but, perhaps trying this will help?
PHP Code:
for (a: temp.getClasses) {
temp.res;
this.join(a);
temp.res = (@a)::start();
if (!temp.res) return false;
}
return true;