X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=command;h=0c4d8b60306876dffeb2fbde64ac951c44002540;hb=8918c2f7ac137e0c25a5aeb1a3f0bb91636411e5;hp=ded5b452850e8574ee8f727a894e4479e5510b2f;hpb=ab7fb385d9b58cd6ca9b0156e8f1780f5ce3e750;p=mudpy.git diff --git a/command b/command index ded5b45..0c4d8b6 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 Katarsis. 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