pdirt/data/
pdirt/data/HELP/
pdirt/data/HELP/0/
pdirt/data/HELP/F/
pdirt/data/HELP/G/
pdirt/data/HELP/H/
pdirt/data/HELP/J/
pdirt/data/HELP/K/
pdirt/data/HELP/O/
pdirt/data/HELP/Q/
pdirt/data/HELP/R/
pdirt/data/HELP/U/
pdirt/data/HELP/V/
pdirt/data/HELP/Y/
pdirt/data/HELP/Z/
pdirt/data/MESSAGES/
pdirt/data/POWERINFO/
pdirt/data/WIZ_ZONES/
pdirt/drv/
pdirt/drv/bin/
pdirt/drv/compiler/converter/
pdirt/drv/compiler/libs/
pdirt/drv/compiler/scripts/
pdirt/drv/include/AberChat/
pdirt/drv/include/InterMud/
pdirt/drv/include/machine/
pdirt/drv/src/InterMud/
pdirt/drv/src/Players/
pdirt/drv/utils/UAFPort/
pdirt/drv/utils/dnsresolv/
pdirt/drv/utils/gdbm/
FUNCTION:				RETURN VALUE:	
	PARAMETERS

	DESCRIPTION


FUNCTION: thisPlayer()			RETURN VALUE:	number
	PARAMETERS
	  - None

	DESCRIPTION
	  Returns the number of the player who executed the command.


FUNCTION: thisObject() 			RETURN VALUE:	number
	PARAMETERS
	  - None

	DESCRIPTION
	  Returns the number of the object being examined/used in this
	  command.


FUNCTION: isWeapon()			RETURN VALUE:	boolean
	PARAMETERS
	  - Object number

	DESCRIPTION
	  Checks if the object is a weapon.


FUNCTION: isArmor()			RETURN VALUE:	boolean
	PARAMETERS
	  - Object number

	DESCRIPTION
	  Checks if the object is a piece of armor.


FUNCTION: isBoat()			RETURN VALUE:	boolean
	PARAMETERS
	  - Object number

	DESCRIPTION
	  Checks if the object is a boat.


FUNCTION: isRope()			RETURN VALUE:	boolean
	PARAMETERS
	  - Object number

	DESCRIPTION
	  Checks if the object is a rope.

FUNCTION: isWearable()			RETURN VALUE:	boolean
	PARAMETERS
	  - Object number

	DESCRIPTION
	  Checks if the object is wearable.


FUNCTION: isWornBy()			RETURN VALUE:	boolean
	PARAMETERS
	  - Object number
	  - Player/Mobile number

	DESCRIPTION
	  Checks if an object is worn by a certain player or mobile.


FUNCTION: isWieldedBy()			RETURN VALUE:	boolean
	PARAMETERS
	  - Object number
	  - Player/Mobile number

	DESCRIPTION
	  Checks if a player or mobile is wielding a certain weapon.


FUNCTION: addScore()			RETURN VALUE:	none
	PARAMETERS
	  - Player/Mobile number
	  - number

	DESCRIPTION
	  Adds the amount specified to the score of the player or mobile.


FUNCTION: addStrength()			RETURN VALUE:	none
	PARAMETERS
	  - Player/Mobile number
	  - number

	DESCRIPTION
	  Adds the specified amount to the strength of the player or mobile.


FUNCTION: fullStrength()		RETURN VALUE:	none
	PARAMETERS
	  - Player/Mobile number

	DESCRIPTION
	  Restores the strength of a player or mobile to full strength.


FUNCTION: 				RETURN VALUE:	
	PARAMETERS

	DESCRIPTION