Restrict commands by Hex

OK, in this game units exit from hex 1528. I have a command to send them to an exited unit box. I want the command to be visible only when a unit is in 1528. What’s the syntax?

OK, after much trial and error, it’s

{LocationName != 1528}

trouble was, the other exit hex is 0117. But that is

{LocationName != 117}

Apparently, you must drop the leading zero.

Still, I didn’t even know about Restricted Acess until yesterday…

1 Like