remove [index] %i:INT% from %list:LIST% for %scope:EXPR% — Statements

remove [index] %i:INT% from %list:LIST% for %scope:EXPR%
List1.0.0

Description

Removes the element at a specific index from a scoped global list for a specific scope reference.

Examples

remove index 0 from todos for player

All Possible Usages (2)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

remove <i> from <list> for <scope>
remove index <i> from <list> for <scope>

Related (List)