Difference between revisions of "Equip"

From ComputerCraft Wiki
Jump to: navigation, search
m
m (Category tag.)
 
(One intermediate revision by the same user not shown)
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, and you must [[Unequip_(program)|unequip]] items before equipping an item to the specified side if it is already occupied.
+
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.
  
 
{{Example
 
{{Example
Line 8: Line 8:
 
|code=equip right
 
|code=equip right
 
}}
 
}}
 +
 +
[[Category:Programs]]

Latest revision as of 09:38, 17 June 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.


Grid paper.png  Example
Equips an item to the right side
Code
equip right