Quote:
Originally Posted by Crow
Since when do you script Googi?O.o
|
I used to but I stopped a long time ago.
The method you guys are using can return false negatives in a situation like this:
Even though the line that's being checked crosses over two wall tiles, there's a good chance of both being "missed" because not enough points along the line are checked.
There's also potential problems with gaps in the wall that are too small for the baddy to fit through, but that's more of a problem of the script's scope rather than it not correctly doing what it's suppose to do (check if a line intersects with a wall).