Difference between revisions of "Unequip"
From ComputerCraft Wiki
(Created page with "{{Stub|Needs more info about the program itself, perhaps listing the code?}} Unequip is a built in program for turtles that will remove the item c...") |
m |
||
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?}} | ||
− | Unequip is a [[Built In Turtle Programs|built in program for turtles]] that will remove the item currently equipped to | + | 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. |
Revision as of 18:10, 16 April 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.
![]() | |
Unequips an item from the right side | |
Code |
unequip right |