Difference between revisions of "ModNthEffectItemScriptName"
Jump to navigation
Jump to search
imported>Haama (Created) |
imported>DragoonWraith (EI) |
||
Line 11: | Line 11: | ||
[[Category: Magic Functions]] | [[Category: Magic Functions]] | ||
[[Category: Magic Functions (OBSE)]] | [[Category: Magic Functions (OBSE)]] | ||
[[Category:Magic Functions - Effect Item (OBSE)]] |
Latest revision as of 19:42, 1 March 2008
A command for Oblivion Script Extender
Syntax:
(nothing) ModNthEffectItemScriptName toReplaceAndReplaceWith:string magicItem:ref whichEffect:short (nothing) ModNthEISName toReplaceAndReplaceWith:string magicItem:ref whichEffect:shor
Modifies the name of the scripted effect. The toReplaceAndReplaceWith string has the following format: "toReplace|replaceWith". We will do a case insensitve search for the toReplace portion and if found will replace it with the replaceWith portion. The | character is used to separate the portions of the string. If there is nothing before the | character, the replaceWith string is prepended to the name..