Hi, one of the maps(RPG) ive recently started has shown this problem where some units in my game just sit there. Unless i move my unit next to the computer unit, it will not do anything. Also, some units that get created in that game just sit there like they're neutral even when attacked. Is this a bug?
I've had that happen too. I think a hack causes it but it may be a bug.
Computers have to be told who to be enemies/allies with. They will auto-ally each other and auto-enemy human players. (I think). Also, make sure the computer didn't run a defeat trigger (ie, cursor over it isn't yellow) and that it isn't set to neutral and stuff.
Computers always:
Auto-Ally Computers
Auto-Enemy Humans
Attack, if attacked
Do nothing if unable to attack enemy
If I'm understanding you correctly, I use the Set Alliance Status action...
CRITERIA:
- Computer needs movement
- Computer needs to attack
- Player will be known as PLAYER
TRIGGER CONDITIONS:
- Always
TRIGGER ACTIONS:
- Set "PLAYER" to "ENEMY"
TRIGGER CONDITIONS:
- Always
TRIGGER ACTIONS:
- Set "PLAYER" to "ALLY"
Are they 2 different comps?