X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=command;h=5319735e018a5c6367f8777065dba64f1e6491ce;hp=bf12beda2917e3d759feb26424487d2f9e27cc12;hb=727a0b93665896586d2ff48aedce818c781912de;hpb=98c1ce3a29f1cb35df7da79c95ac9fcb8a4a8e1f diff --git a/command b/command index bf12bed..5319735 100644 --- 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