blob: d9bcfd4f4b9663ee493fdbd62dcdfb8ca0d2a5e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
name: "use"
category: "General"
description: |
Use an item on a target — the universal interaction command.
Usage:
use <target> Interact with a station or object
use <item> on <target> Use item on a specific target
use <item> with <item> Combine two inventory items
The "use" command routes to different systems based on the target:
Station object (furnace, anvil, fire, range, workbench, etc.)
Shows a combined production menu of all recipes you can make.
Object with on_use interactions
Shows a message or triggers an action (flags, teleport, etc.).
Some interactions need a specific item; bare interactions run
immediately.
Object with behavior
Dispatches to the object's behavior (gather, talk, use).
Inventory item
If a MadeFrom recipe matches both items, starts a combine
production action. You are prompted "How many?" before starting.
Examples:
use range Cook using a cooking range
use furnace Smelt ore or craft jewelry
use anvil Smith bars into equipment
use trout on fire Cook trout on a campfire
use copper ore on furnace Smelt copper ore
use bronze bar on anvil Smith bronze items
use flour on water Combine into dough
push gate Push a gate open (shortcut for use)
See also: cook, smelt, smith, recipe
|