Difference between revisions of "Unequip"

From ComputerCraft Wiki
Jump to: navigation, search
m
m (Category tag.)
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
Unequip is a [[Built In Turtle Programs|built in program for turtles]] that will remove the item currently equipped to the specified side into the currently selected slot.
 
Unequip is a [[Built In Turtle Programs|built in program for turtles]] that will remove the item currently equipped to the specified side into the currently selected slot.
  
You can only remove items from the left or right sides. If an item is not attached on either side, you must equip one first, before unequipping.
+
You can only remove items from the left or right sides. If an item is not attached on either side, you must [[equip]] one first, before unequipping.
  
 
{{Example
 
{{Example
Line 8: Line 8:
 
|code=unequip right
 
|code=unequip right
 
}}
 
}}
 +
 +
[[Category:Programs]]

Latest revision as of 09:38, 17 June 2014

This page is a stub.
Please help us by expanding it.

Unequip is a built in program for turtles that will remove the item currently equipped to the specified side into the currently selected slot.

You can only remove items from the left or right sides. If an item is not attached on either side, you must equip one first, before unequipping.


Grid paper.png  Example
Unequips an item from the right side
Code
unequip right