Item () exists in ()

From PenguinMod Wiki
Jump to navigation Jump to search

The item exists in list block is a boolean block that detects if a list has a list number, if it doesn't have as much as the number then it would be false.

Workarounds

This block can be worked around by checking if the item is blank. However, this will not work correctly if the item does exist, but is just an empty string.

Another alternative is checking if the number of items in the list is less than the number given.