Open eriktorbjorn opened 4 years ago
Similarly, "GO THROUGH WARPED DOOR" only works from the outside. Though this time it's because CLOWN-ALLEY
has a function exit, (NORTH PER EXIT-CLOWN-ALLEY)
and (OUT PER EXIT-CLOWN-ALLEY)
, not a door exit, so the default handling in V-TROUGH
doesn't kick in.
So for it to work, I guess WARPED-DOOR-F
has to handle it from the inside.
Also similarly, "GO THROUGH DOOR" only works from inside Mahler's cage. Not from the outside. Again, the exit from the outside is a function exit, (WEST PER APE-ENTER)
, not a door exit.
When you enter Munrab's office from the top of the wagon, "GO THROUGH PANEL" works fine. But from below, it doesn't:
That's because
PANEL-F
always makes you "WALK IN":It should probably check which room you're in.