Page 1 of 1

[Condition] isSlotOccupied

Posted: Sun Oct 31, 2021 7:33 pm
by Raddeck
Actor.isSlotOccupied(Slot)


USE:
Returns true if the given clothing slot is used.
Introduced with 3.19


Slots:
  • Top
  • Bottom
  • Top_Under
  • Bottom_Under
  • Foot
  • Foot_Under
  • Outerwear

TYPE: Command, Reference
RETURNS: /
THEME: Clothes
COMPARE: dress(), stripOne(), clothesContain()


EXAMPLE:

Code: Select all

Actor.isSlotOccupied(Top)