Difference between revisions of "Equip"
From ComputerCraft Wiki
m |
|||
Line 2: | Line 2: | ||
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. | 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, and you must [[Unequip_(program)|unequip]] items before equipping an item to the specified side if it is already occupied. |
{{Example | {{Example |
Revision as of 18:10, 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, and you must unequip items before equipping an item to the specified side if it is already occupied.
![]() | |
Equips an item to the right side | |
Code |
equip right |