Difference between revisions of "AI Craftapalooza CNC"
Jump to navigation
Jump to search
Troylaurin (talk | contribs) (Created page with "{| class="wikitable" !Script !Lines !Notes !Source |- |craft init |9 |Impulse on wake |{{AIScript |code= CmNyYWZ0IGluaXQBAAAABndha2V1cAAAAAAJAAAADmdsb2JhbC5pbnQuc2V0CGNvbnN0YW...") |
Troylaurin (talk | contribs) m |
||
Line 1: | Line 1: | ||
+ | === Command scripts === | ||
{| class="wikitable" | {| class="wikitable" | ||
!Script | !Script | ||
Line 37: | Line 38: | ||
|13 | |13 | ||
|Impulse on 0 | |Impulse on 0 | ||
− | * while in the factory | + | |
+ | *while in the factory | ||
|{{AIScript | |{{AIScript | ||
|code= | |code= | ||
Line 274: | Line 276: | ||
|? | |? | ||
|Impulse on 4 | |Impulse on 4 | ||
− | * while in town | + | |
− | * while in producer mode (1) | + | *while in town |
+ | *while in producer mode (1) | ||
|TODO | |TODO | ||
Line 282: | Line 285: | ||
|4 | |4 | ||
|Impulse on 4 | |Impulse on 4 | ||
− | * while in the factory | + | |
− | * while in machine mode (2) | + | *while in the factory |
+ | *while in machine mode (2) | ||
|{{AIScript | |{{AIScript | ||
|code= | |code= |
Revision as of 00:58, 22 January 2021
Command scripts
Script | Lines | Notes | Source | |||
---|---|---|---|---|---|---|
craft init | 9 | Impulse on wake |
| |||
craft GO | 13 | Impulse on 0
|
| |||
craft tier up | 1 | Impulse on 1 |
| |||
craft mode up | 2 | Impulse on 2 |
| |||
craft output up | 2 | Impulse on 3 |
| |||
craft count up | 5 | Impulse on 9 |
| |||
craft count down | 5 | Impulse on 8 |
| |||
craft inventory use | 1 | Impulse on 5 |
| |||
craft script check | 3 |
| ||||
craft output producer | ? | Impulse on 4
|
TODO | |||
craft output machine | 4 | Impulse on 4
|
| |||
craft ingot | 13 |
|