dbosst Apprentice
Joined: 15 Jun 2010 Posts: 121
|
Posted: Wed Sep 01, 2010 5:52 pm
opening doors with nonstandard exit names |
with an exit marked as a door (not locked), it is supposed to use:
open %2 %1
which works fine when the exit direction is a standard direction exit, but not when you have nonstandard, "other", directions like "out" and "in"
The %1 does not get replaced with the nonstandard "other" exit direction that is in the "other" exit direction "Name", ie it just sends "open door" and not "open door in"
Any ideas? |
|