Make a variable like
InTown=0
Create two macros:
0 {ImInDaCity} InTown:= 1
0 {ImNotInDaCity} InTown:= 0
And make waypoints with macro where you want.
And in your macros add if
!InTown!==1
<rest of macro>
Heres a example how it works (note it will burn mana)
InTown=0
Create two macros:
0 {ImInDaCity} InTown:= 1
0 {ImNotInDaCity} InTown:= 0
And make waypoints with macro where you want.
And in your macros add if
!InTown!==1
<rest of macro>
Heres a example how it works (note it will burn mana)