I like to use the trigger command to alert me when a unit moves to a new zone. To do this, I use this command in the trigger trait’s filter line:
CurrentZone!=OldZone
This works if my map has multi-zones. But if it has a hex grid or an irregular grid, this command does not work. Is there an equivalent command for these?
I like to use the trigger command to alert me when a unit moves to a new
zone. To do this, I use this command in the trigger trait’s filter
line:
CurrentZone!=OldZone
This works if my map has multi-zones. But if it has a hex grid or an
irregular grid, this command does not work. Is there an equivalent
command for these?