X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=README;h=2770f53c8d03cea998c9232f6f82b04975c47d35;hb=ef04cd096599eba243b40c5d40da38398adc7785;hp=90fd601c82fc90052c4d9aa8b67182a6bcc170d1;hpb=2a60941d0815c19c11a01943faed931e0b364d4f;p=plomrogue diff --git a/README b/README index 90fd601..2770f53 100644 --- a/README +++ b/README @@ -111,12 +111,12 @@ NAME move EFFORT 5 A line of "ACTION" followed by a number starts an action definition block and -sets the action's id for internal use to 1. The number after "EFFORT" determines -how many turns this action takes for the actor performing it. The string after -"NAME" names the action. Furthermore, if it is one of "move", "pick_up", "drop" -or "use", it matches internal functions described by these strings to this -action. All other names (including "wait") currently are matched to a do-nothing -wait function. +sets the action's id (must be > 0) for internal use to 1. The number after +"EFFORT" determines how many turns this action takes for the actor performing +it. The string after "NAME" names the action. Furthermore, if it is one of +"move", "pick_up", "drop" or "use", it matches internal functions described by +these strings to this action. All other names (including "wait") currently are +matched to a do-nothing wait function. Here's a typical map object type definition block: