X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=command;h=780d236c8917ea2dcc2ba49af2f395a6af570b31;hb=d7eec051850f0a83c191c8552703c310ae2c9959;hp=0c4d8b60306876dffeb2fbde64ac951c44002540;hpb=8918c2f7ac137e0c25a5aeb1a3f0bb91636411e5;p=mudpy.git diff --git a/command b/command index 0c4d8b6..780d236 100644 --- a/command +++ b/command @@ -30,6 +30,11 @@ 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:look] +action = command_look(user, parameters) +description = Look around. +help = With the look command, you can see where you are. + [command:move] action = command_move(user, parameters) description = Move in a specific direction. @@ -61,5 +66,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 result user.avatar.get("name")$(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 log 20$(eol) show result user.avatar.get("name")$(eol) show time