Skip to main content

Coll.Insert

Adds a value to a collection variable

Syntax

Coll.Insert collection_variable value

Arguments

NameRequiredTypeDescription
collection variableYesAny existing collection variable e.g. &texts or &playerIds
valueYesAny value

Details

If value is a CollectionValue, it will nest the collection inside the collection variable. Use JoinCollections for combining collection values.

On a running server

Use serhelp Coll.Insert to inspect the reference generated by your installed SER version.