It's supposed to convert it to either "PUSH CHEST EAST" or "PUSH CHEST WEST" depending on which side of the hole you are standing on. But it doesn't work:
>PUSH CHEST THROUGH HOLE
You don't have the oak chest.
That's probably because the PUSH-THROUGH action only handles objects you are carrying, and the chests can't be picked up:
<SYNTAX PUSH OBJECT (HELD CARRIED HAVE) THROUGH OBJECT = V-PUSH-THROUGH>
Whereas the PUSH-TO action works on objects on the ground:
Apparently you are supposed to be able to "PUSH CHEST THROUGH HOLE", as seen in
JAGGED-HOLE-F
:It's supposed to convert it to either "PUSH CHEST EAST" or "PUSH CHEST WEST" depending on which side of the hole you are standing on. But it doesn't work:
That's probably because the
PUSH-THROUGH
action only handles objects you are carrying, and the chests can't be picked up:Whereas the
PUSH-TO
action works on objects on the ground: