You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The enemy AI isn't too good now. They get stuck often, don't attack the player and such. Is there a clear method to prevent those easy kills, like jumping onto a box and killing them, with no difficulty at all.
Flee - This should always be a last-resort option with other methods do not work to attack the player
Jump - When rat A cannot proceed any further to player B, and B's Y coordinate > A's Y coordinate (player is on a higher area than the rat, e.g. on a box), activate jump, which means add velocity to rat A towards player B to attempt to reach B and attack. This is so that players cannot stand on a foot tall box and fire on enemies that do nothing.
TBA
The text was updated successfully, but these errors were encountered:
The enemy AI isn't too good now. They get stuck often, don't attack the player and such. Is there a clear method to prevent those easy kills, like jumping onto a box and killing them, with no difficulty at all.
More information:
#464
#344
Update with suggested methods:
The text was updated successfully, but these errors were encountered: