17.08.2014, 07:52
Quote:
|
So your script is supposed to handle too many portals (as the loop tells), isn't it? Well, I bet that this loop can never check any other portals than ID (i) 0 due to the way you use return inside the loop. Simply remove the return in else statement, this might not solve your main problem though, but it will surely make it check other portals.
|
EDIT: Resolved, thanks guys.


