Difference between revisions of "To slot"

From Kolmafia
Jump to navigation Jump to search
imported>Grotfang
(Create page)
 
imported>Heeheehee
m (Oh no, this page broke the wiki's formatting! (Fixed, hopefully))
Line 22: Line 22:
 
* Ranged and melee weapons return $slot[weapon], even if you have double fisted skull-smashing.
 
* Ranged and melee weapons return $slot[weapon], even if you have double fisted skull-smashing.
 
* All accessories return $slot[acc1].|
 
* All accessories return $slot[acc1].|
 
+
 
 
code1={{CodeSample|
 
code1={{CodeSample|
 
title=Code Samples|
 
title=Code Samples|

Revision as of 04:30, 28 April 2010

Function Syntax

slot to_slot(item equip )

  • equip is any item where you want to know which slot it is equipped to.

This function will return the slot that any item is equipped to.

Note:

  • Non-equipment items return $slot[none].
  • Ranged and melee weapons return $slot[weapon], even if you have double fisted skull-smashing.
  • All accessories return $slot[acc1].