Difference between revisions of "Equip"

From ComputerCraft Wiki
Jump to: navigation, search
(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 ...")
 
m (Category tag.)
 
(3 intermediate revisions by 2 users not shown)
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 int he 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]] 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