I have air units that can move to another map when they land. Can I enable a Send To command that only exists if they are at the airport?
You can make a conditional trigger that has the sendto key command.
Or a restrict command trait that hides the sendto key command when not applicable.
1 Like
I had tried the conditional trigger, but it always triggered the command immediately instead of making it available. Maybe I did it wrong somehow.
But the Restrict command works beautifully!
Thanks-