2008.05.31, 12:30 PM
Just so you know, you might want to uncomment
As they might default to 0 and that would mess anything that uses the line of sight up. Line of sight is pretty much a bunch of hitscans going out in different directions. These two lines tell you how many there are.
Code:
// obj.sight.sideFieldDivision=1;
// obj.sight.lookFieldDivision=8;