This shows you the differences between two versions of the page.
| help_prefixes_syntax [2023/12/23 15:37] – Created page for prefixes help file zhihai | help_prefixes_syntax [2024/05/21 15:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | < | ||
| + | PREFIXES SYNTAX | ||
| + | Prefixes are used as the identifiers for objects or inserted into certain command lines in order to | ||
| + | accomplish more at one time. | ||
| + | |||
| + | all | ||
| + | get all (to get everything on the floor) | ||
| + | get all.bottle (gets all bottles) | ||
| + | get all.bottle bag (gets all bottles from a bag) | ||
| + | |||
| + | # | ||
| + | drop 5.bottle (drops the 5th bottle in your inventory) | ||
| + | |||
| + | my | ||
| + | lock my.motorcycle (locks your motorcycle) | ||
| + | get my.quest_item (gets your quest item) | ||
| + | |||
| + | Quotes can enable you to hook together a longer string instead of simply grabbing the first keyword, | ||
| + | but it is mostly defunct. | ||
| + | |||
| + | Various interaction commands become a little confused when trying to target items that share the | ||
| + | same keyword with something in your inventory, and can be a little finicky. Try using a different | ||
| + | keyword or dropping/ | ||
| + | |||
| + | See Also: GIVE, GET, LOOK, STEAL, DROP, JUNK, KEEP, PUT, PRACTICE, BUY | ||
| + | </ | ||