Add Item to List
From UBot Studio
Add Item to List is a Data Command.
This command will append an item to the end of a list.
The settings on the command allows you to:
Delete Duplicates: Allows you to set deleting duplicates in a list to Delete or Don't Delete
List Scope: Allows you to decide if you want your list to be local to the command or script it is inside or global to the entire bot.
Example
add item to list(%firstnames, "Marilynn", "Delete", "Global")
The script above will append the name Marilynn to the end of the list %firstnames.