Can I change the Attacking target?

If I go into advanced game state and change the way it get it’s target, does that actually change the target? What I am asking is, can I change what my unit targets, or does the game engine do that? Thanks.

Also, not as necessary, Can someone help me with changing the navigation? I tried changing it so it tries to always target the top left corner, but I’t doesn’t do that.

The way that these functions work is to help you predict what your units will do under certain circumstances. This functionality simply models how the game works, it doesn’t actually change it.

2 Likes

Ok thanks, is this the same for navigation as well? will changing the navigation.py file do anything.

It is the same for navigation, so changing the file will not affect how the game works

Tim is correct. The functions are used to figure out what the game engine will do, they do not actually determine behavior