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...") |
Bomb Bloke (Talk | contribs) 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?}} | ||
− | 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. |
{{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.
![]() | |
Unequips an item from the right side | |
Code |
unequip right |