So im trying to use line trace to create an instant hit gun, but the problem is that the trace doesn’t seem to register with the bot, any ideas what im doing wrong?
A few people have had this problem simply because their bot is not blocking the visibility channel (in which the trace is made).
Also it would probably reduce potential errors if you had a branch to make sure the trace actually hits something and that whatever it hits is actually your AI_BPTest before you cast to and try to deal damage to it.
I got it working now…i think it was some kidna weird bug. When opened a new map and played with the bots, it worked… so I deleted the bots and placed new ones and it started working. And the Branch definitely sounds like a good idea to avoid errors thanks.