X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=command;h=780d236c8917ea2dcc2ba49af2f395a6af570b31;hb=d7eec051850f0a83c191c8552703c310ae2c9959;hp=ded5b452850e8574ee8f727a894e4479e5510b2f;hpb=5016c3731daf450cc0f3defce0c3e66854270356;p=mudpy.git diff --git a/command b/command index ded5b45..780d236 100644 --- a/command +++ b/command @@ -1,4 +1,4 @@ -[control] +[__control__] read_only = yes [command:create] @@ -30,8 +30,18 @@ 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. +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 +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 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