- Joined
- Jul 25, 2009
- Messages
- 3,091
I have a projectile system, obviously it makes it, where you can't shoot through obstructions, mainly pathing blockers and line of sight blockers, which is what most of my terrain consists, a good 90%. A problem occurs, when the unit wants to fire at a target on the other end of the obstruction, which will, tie the unit up (it'll keep attacking regardless of whether it's hitting anything, I'm pretty sure of this) and it'll waste ammo (each shot is going to use a bullet).
So what I need to do is detect pathing blockers between Point A and B and tell mr. commando not to shoot at anything or specifically that target on the other side of the obstruction. Is it possible?
So what I need to do is detect pathing blockers between Point A and B and tell mr. commando not to shoot at anything or specifically that target on the other side of the obstruction. Is it possible?