X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=command;h=6d4509abdb818e337e943d43eacf96a1ff7b63ab;hp=5319735e018a5c6367f8777065dba64f1e6491ce;hb=89ff278697fb215e01b34bebe85b18d8db3af44d;hpb=727a0b93665896586d2ff48aedce818c781912de diff --git a/command b/command index 5319735..6d4509a 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.