Moderator
M
Moderator
12th Dec 2015
IcemanBo: Too long as NeedsFix. Rejected.
12:42, 6th Feb 2014
BPower:
Interesting concept, but you currently leak player groups.
IcemanBo: Too long as NeedsFix. Rejected.
12:42, 6th Feb 2014
BPower:
Interesting concept, but you currently leak player groups.
- PickedUnit, facing, basically everything used more than once/twice should be stored into a variable.
- Instead of Integer A you should use a custom integer variable
- You could add/remove units to the flashlight group manually instead of picking all units in the map every 0.01 seconds.
- Dynamic indexing would be a suitable alternative for the ForGroup operation you are using.