Difference between revisions of "AppendToName"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
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:''' ...)
 
imported>Haama
(Quotes for syntax)
Line 4: Line 4:


'''Syntax:'''
'''Syntax:'''
  (nothing) ''reference.''AppendToName toAppend:string ''toObject:ref''
  (nothing) ''reference.''"AppendToName toAppend:string" ''toObject:ref''


==See Also==
==See Also==

Revision as of 16:14, 12 September 2007

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