Jump to content
3LGStevo

AI deal no damage

Recommended Posts

Hi,

 

I've written a script that has an execution style firing squad with NPCs.

When a player is placed on the marker, the NPCs target the player, and fire their weapons until the player is dead.

 

This all works fine, with one exception, all bullets pass through the player and hit the impact wall behind them causing absolutely no damage.

I've implemented a script that does "_x allowDamage true" on the server for all clients because this is apparently a problem on epoch servers that have server-spawned AI dealing no damage due to a script that prevents player damage at first connect. My server doesn't have the player damage prevention, but I tried it anyway to see if it resolved the issue. Unforunately, it does not... and bullets still just bounce of the target player.

 

I can also shoot the target player at the same time as the firing squad, and the player dies as expected.

This is using a 3DEN map file.

 

Please can this be looked into.

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×