Difference between revisions of "Equip"
From ComputerCraft Wiki
Bomb Bloke (Talk | contribs) m (moved Equip (program) to Equip: This is what category tags are for.) |
Bomb Bloke (Talk | contribs) m (Category tag.) |
||
Line 2: | Line 2: | ||
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. | 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, and you must [[ | + | 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.
![]() | |
Equips an item to the right side | |
Code |
equip right |