Imported from archive.
[mudpy.git] / command
diff --git a/command b/command
index bf12bed..5319735 100644 (file)
--- a/command
+++ b/command
@@ -1,4 +1,4 @@
-[control]
+[__control__]
 read_only = yes
 
 [command:create]
@@ -30,8 +30,13 @@ action = command_help(user, parameters)
 description = List commands or get help on one.
 help = This will list all comand words available to you along with a brief description or, alternatively, give you detailed information on one command.
 
+[command:move]
+action = command_move(user, parameters)
+description = Move in a specific direction.
+help = You move in a direction by entering:$(eol)   move north
+
 [command:quit]
-action = user.state = "main_utility"
+action = command_quit(user)
 description = Leave Example.
 help = This will save your account and disconnect your client connection.
 
@@ -56,5 +61,5 @@ help = Invoke it like this:$(eol)$(eol)   set actor:dominique description You se
 action = command_show(user, parameters)
 administrative = yes
 description = Show element data.
-help = Here are the possible incantations:$(eol)$(eol)   show categories$(eol)   show category actor$(eol)   show element location:1:2:3:4$(eol)   show files$(eol)   show time
+help = Here are the possible incantations:$(eol)$(eol)   show categories$(eol)   show category actor$(eol)   show element location:1:2:3:4$(eol)   show files$(eol)   show result user.avatar.get("name")$(eol)   show time