Page 1 of 1
Can I forbid pursuit by code?
Posted: Thu Dec 01, 2022 5:07 am
by locustmustdie
I installed an air wall,for units out of defending zone to lose all mobility. However when being attacked,will the defender go out of zone accidentally by pushing back or pursuing enemy? Can pursuit be forbidden? According to manuals, cavalry,undrilled foot and raws have a chance to get extra AP to pursuit.
Re: Can I forbid pursuit by code?
Posted: Thu Dec 01, 2022 8:11 am
by rbodleyscott
It would be relatively easy to prevent pursuit using modded scripts.
Not without.
The problem with using modded scripts in player created content is that the scenario may cease to work if a subsequent update adds new functions to the vanilla scripts.
Re: Can I forbid pursuit by code?
Posted: Thu Dec 01, 2022 1:45 pm
by locustmustdie
well,I shall try setattrib(me,"movecost",3) to draint their AP,at least they can’t go far.