AppendToName

From the Oblivion ConstructionSet Wiki
Revision as of 15:18, 12 September 2007 by imported>WereWolf (New page: A command for Oblivion Script Extender Appends the passed string to the end of the name of the calling reference or passed objectID. '''Syntax:''' ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A command for Oblivion Script Extender

Appends the passed string to the end of the name of the calling reference or passed objectID.

Syntax:

(nothing) reference.AppendToName toAppend:string toObject:ref

See Also