shift () by ()

From PenguinMod Wiki (Official)
Shift () by ()
Jump to navigation Jump to search

The shift () by () block is a stack block in the Lists subcategory that deletes items of the selected list from the start (the number wanted is specified by the input). The default number is 1.

Workaround

This block can be worked around by using a repeat block to repeatedly delete from the first items:

repeat (number::grey)
delete (1) of [list v]
end

However, this can create lag.