I have a tree with an up connection so that I can climb up the tree. This also has a barrier to prevent me going up the tree until I've met a condition.
Question: How do I implement CLIMB TREE as a synonym for UP so that it is subject to the same condition? Or should I just do my own thing and not use barrier{} in this instance?