AddToList

Adds an entity to the list with an optional description. The list structure keeps track of a set of entities that could be used to represent the contents of a furniture or the possessions of a character. Entities 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 entity can be accessed by right clicking that entity in the list.

Arguments
Argument Entity Name
Type Entity
Default REQUIRED
Description Name of the entity to add to the list
Argument Entity Description
Type String
Default Empty String
Description Description of the entity to add to the list

Examples

AddToList(Sword)

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


See Also