Difference between revisions of "GetNthEffectItemScript"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
m
imported>WereWolf
(Added obse link)
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
GetNthEffectItemScript - returns the refID of the script associated with the specified scripted effect
GetNthEffectItemScript - returns the refID of the script associated with the specified scripted effect
        (script:ref) GetNthEffectItemScript objectID:ref whichEffect:short
 
        (script:ref) GetNthEIScript objectID:ref whichEffect:short
'''Syntax:'''
(script:ref) GetNthEffectItemScript objectID:ref whichEffect:short
 
(script:ref) GetNthEIScript objectID:ref whichEffect:short


==Notes==
==Notes==

Revision as of 13:52, 12 September 2007

A command for Oblivion Script Extender

GetNthEffectItemScript - returns the refID of the script associated with the specified scripted effect

Syntax:

(script:ref) GetNthEffectItemScript objectID:ref whichEffect:short
(script:ref) GetNthEIScript objectID:ref whichEffect:short

Notes

  • Use a reference variable to store the reference to the script.

See Also