Difference between revisions of "Unequip"
From ComputerCraft Wiki
m |
m |
||
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_(program)|equip]] one first, before unequipping. |
{{Example | {{Example |
Revision as of 18:11, 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 |