Difference between revisions of "Template:GuideKeywordConventions"
From SlothMUD Wiki
(Created page with "== Keyword Conventions == There are some shortcuts that allow you to process multiple items with a single command. {| class="command_list" |- ! Item Specified ! Explanation ...") |
(→Keyword Conventions) |
||
Line 20: | Line 20: | ||
| Using the word "all" will process the command on all visible items. | | Using the word "all" will process the command on all visible items. | ||
|} | |} | ||
+ | |||
'''Examples:''' | '''Examples:''' |
Latest revision as of 22:09, 31 December 2014
Keyword Conventions
There are some shortcuts that allow you to process multiple items with a single command.
Item Specified | Explanation |
---|---|
Single Keyword | Using a single keyword (ie "food" or "guard") will process one item or mobile. |
#.Keyword | Using a number before the keyword (ie "2.food" or "2.guard") will process the nth item/mobile only (in this case the 2nd). |
all.keyword | Using the alldot specifier before the keyword (ie "all.food") will process all items matching the keyword (in this case "food"). |
all | Using the word "all" will process the command on all visible items. |
Examples:
- get all
- put all.food 2.bag
- hit 3.guard