X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2034c72e12562eda33ce53d92cfef2216b6fcf3e..4cd6a54935c74fa2bd19f2fc98e2dbe6957f5c61:/nethack.plp diff --git a/nethack.plp b/nethack.plp index 3115e28..add0370 100644 --- a/nethack.plp +++ b/nethack.plp @@ -20,54 +20,26 @@ Html({

normal gameplay

-
-
-
direction -
Direction to move to or target a command (<:= $sign{motion} :>). -
move -
Other character movement. -
act -
Direct action command: takes a turn. -
info -
Informational command: shows/does something without ending the turn. -
invertory -
Display invertory menu. -
menu -
Enters some other menu. -
+<: $keys->print_legend('legend-types', [qw( pm po co mi mo mv )]) :>
-
-
key<:= $sign{arg} :> -
Commands with a dot need at least one argument afterwards. -
key<:= $sign{argi} :> -
Asks for an inventory item. -
key<:= $sign{argm} :> -
Requires a direction afterwards. -
+<: $keys->print_legend('legend-options', [qw( arg argi argm )]) :>