Hello Hiveworkshop community
,
I am working on a turn based game on a map with a squared grid 15x15 regions. (225 regions)
The player's character shall enter max. 3 regions in one turn.
I have already created a trigger with 225 events for entering each region:
I don't know how to continue with this, can you help me out?
After that I would like to add, if the character walks the same regions backwards - he can reset the entered regions.
So he can always choose a new path if necessary.
In short:
max. steps = 3
retrace steps = reset max. steps count
Thanks in advance

I am working on a turn based game on a map with a squared grid 15x15 regions. (225 regions)
The player's character shall enter max. 3 regions in one turn.
I have already created a trigger with 225 events for entering each region:
-
Unit - A unit enters 1 <gen>
-
Unit - A unit enters 225 <gen>
I don't know how to continue with this, can you help me out?
After that I would like to add, if the character walks the same regions backwards - he can reset the entered regions.
So he can always choose a new path if necessary.
In short:
max. steps = 3
retrace steps = reset max. steps count
Thanks in advance