Hi,
I would like to have a set of triggers that automatically unlocks and opens a door for me, if it senses their is a door in a certain direction, and I try and move in that direction.
I get an exits line like this:
[Exits: north [south] east (west)]
Directions enclosed in [] are locked doors (need to run "unlock south;open south;s" in this case). Directions enclosed in () are closed doors (need to execute "open west;w").
There is also the special cases of:
[Exits: south (Info) northeast up]
In this case, (Info) does not need to be processed as anything special for movement.
I would like to have the slowwalking feature be able to unlock/open doors accordingly. Any help in setting this up would be appreciated!