Difference between revisions of "AppendToName"
Jump to navigation
Jump to search
imported>Haama (Quotes for syntax) |
imported>WereWolf |
||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | ||
'''Syntax:''' | '''Syntax:''' | ||
(nothing) ''reference.''"AppendToName toAppend:string" ''toObject:ref'' | (nothing) ''reference.''"AppendToName toAppend:string" ''toObject:ref'' | ||
Appends the passed string to the end of the name of the calling reference or passed objectID. | |||
==See Also== | ==See Also== |
Revision as of 12:02, 14 September 2007
A command for Oblivion Script Extender
Syntax:
(nothing) reference."AppendToName toAppend:string" toObject:ref
Appends the passed string to the end of the name of the calling reference or passed objectID.