groovy/mudspace/domains/minnovar/
groovy/mudspace/domains/minnovar/objects/containers/
groovy/mudspace/domains/minnovar/objects/mobs/
groovy/mudspace/domains/minnovar/objects/mobs/scripts/
groovy/mudspace/domains/minnovar/objects/weapons/
groovy/mudspace/domains/minnovar/town/
groovy/mudspace/resources/
groovy/mudspace/std/
groovy/mudspace/std/game/
groovy/mudspace/std/game/guild/
groovy/mudspace/std/game/guild/skill/
groovy/mudspace/std/game/objects/
groovy/mudspace/std/game/objects/alive/
groovy/mudspace/std/game/objects/bodyparts/
groovy/mudspace/std/game/objects/containers/
groovy/mudspace/std/game/objects/exits/
groovy/mudspace/std/game/objects/exits/events/
groovy/mudspace/std/game/objects/trappings/
groovy/mudspace/std/game/objects/views/
groovy/mudspace/std/game/races/
groovy/scripts/
groovy/scripts/commands/creator/
groovy/scripts/commands/god/
scripts/
Scripts
=======

This directory contains command scripts. 

The following variables are bound to the scripts via the GroovyScriptEngine:

"mudSpace" - a string containing the directory of the mud
"scriptSpace" - a string containing the directory location of this scripts directory
"source" - the object that is performing the command (a MudObject or an Alive object)
"args" - a list containing the arguments passed in to this command as an array of strings
"argstr" - a var containing all the arguments as one long string
"registry" - the Registry singleton object 
"attendant" - the MudObjectAttendant singleton object
"interpreter" - the command interpreter singleton object

Access to these directories is determined by MudPrincipal objects associated with 
the user that is logged in. 

See