AddToList

Adds an item to the list. The list structure keeps track of a set of items that could be used to represent the contents of a furniture or the possessions of a character. Items can be added or removed from the list with an optional description which are displayed when the list is shown. Icons that are enabled for an item can be accessed by right clicking that item in the list.

Arguments
Argument Item Name
Type String
Default REQUIRED
Description Name of the item to add to the list

Examples

AddToList("Sword")

AddToList("Sword", "This is a sword!")


See Also