MOVEMENT
Simplifies movement with triggers

* If you try to move in a direction where you encounter a closed door you,
  will automatically try to open it.

* If that door is locked, you will automatically try to unlock it.

* If you do not have the proper key to unlock the door you will
  automatically try to pick it.

Setup:
	1. Press Ctrl-Shift-1 to bring up the keypad configuration screen.
	
	2. For all directional keys (north, east, up etc.) add "keypad-" infront of it 
	   (without the quotes)
	   e.g "north" -> "keypad-north"
	
	3. Type "/SetupMovement()" and press enter.

Example:
	"-->" = Text from MUD.
	
	You press "8" on the keypad.
	--> The door seems to be closed.
	open door north
	--> It seems to be locked.
	unlock door north
	--> You don't have the proper key for that.
	pick door north

______________________________________________________________________________
Copyright Simen Brekken (c)2000

This script was fetched from Thaeldan's MUSHClient scripts for Medievia:
http://hjem.cybercity.no/~nfp3291/mushclient/
------------------------------------------------------------------------------
