Mir3DAdjustBackpackSlots - LOMCN Wiki

Revision as of 14:39, 15 June 2025 by Jev (talk | contribs) (Created page with "==Adjust the number of backpack slots== Function: Set the number of open slots in the player's backpack Format: SetBagSize operator quantity Detector support: + ; Plus - ;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Adjust the number of backpack slots

Function: Set the number of open slots in the player's backpack

Format: SetBagSize operator quantity

Detector support: + ; Plus - ; minus * ; Multiply / ; except = ; Equal

Hint: This command only opens the unopened backpack slots, not increases the number of original slots (the number of backpack slots is fixed at 64)

Variables related to the number of backpack slots: <$BAGSIZE>


Example:

  1. IF
  2. ACT

SetBagSize + 1 Break

  1. SAY

your backpack opens 1 slot!