Slot: Difference between revisions
Jump to navigation
Jump to search
imported>Aventuristo Replaced redirect with slot datatype content |
imported>Aventuristo Add to Data Types category |
||
Line 32: | Line 32: | ||
slot has no proxy record fields. | slot has no proxy record fields. | ||
[[Category:Scripting]] | [[Category:Scripting]] [[Category:Data Types]] |
Latest revision as of 00:49, 30 September 2017
This is the data type representing a player's equipment slots.
Besides $slot[ none ], there are 16 possible values for this datatype.
- hat
- back
- weapon
- off-hand
- shirt
- pants
- acc1
- acc2
- acc3
- familiar
- sticker1
- sticker2
- sticker3
- fakehand
- bootspur
- bootskin
Related Functions
boolean equip( [slot], item )
slot to_slot( item )
skill to_slot( strict_string )
Proxy Record Fields
slot has no proxy record fields.