Difference between revisions of "Equip"
From ComputerCraft Wiki
(Created page with "{{Stub|Needs more info about the program itself, perhaps listing the code?}} Equip is a built in program for turtles that will equip the item int ...") |
|||
Line 1: | Line 1: | ||
{{Stub|Needs more info about the program itself, perhaps listing the code?}} | {{Stub|Needs more info about the program itself, perhaps listing the code?}} | ||
− | Equip is a [[Built In Turtle Programs|built in program for turtles]] that will equip the item | + | Equip is a [[Built In Turtle Programs|built in program for turtles]] that will equip the item in the currently selected slot to the specified side. |
You can only equip items either to the left or right sides. | You can only equip items either to the left or right sides. |
Revision as of 18:05, 16 April 2014
This page is a stub. Please help us by expanding it.
|
Equip is a built in program for turtles that will equip the item in the currently selected slot to the specified side.
You can only equip items either to the left or right sides.
![]() | |
Equips an item to the right side | |
Code |
equip right |