View Single Post
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,217

Old August 19th, 2014, 12:09 PM
Look at the things you're finding with your

Code:
foreach pick in hero where "component.SPCPower"
search - do they have an abilActive field?

Reminder: that should be written as:

Code:
foreach pick in hero from SPCPower
It's faster for HL to execute that line of code than your original, and both will find the exact same things.
Mathias is online now   #10 Reply With Quote