Paste #27482: Full Inventory Notification

Date: 2015/12/26 23:04:22 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


FullInventory:
    type: world
    events:
        on player picks up item:
            - wait 1t
            - while <player.inventory.first_empty> == -1 {
                - adjust <player> "action_bar:<&4>Inventory Full!"
                - wait 1s
            }