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:
- IF
- ACT
SetBagSize + 1 Break
- SAY
your backpack opens 1 slot!
