Difference between revisions of "SetNthEffectItemActorValue"

375 bytes added ,  20:41, 1 March 2008
EI
imported>Haama
(Created)
 
imported>DragoonWraith
(EI)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
SetNthEffectItemActorValue - sets the actor values of the specified effect item
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
        (nothing) SetNthEffectItemActorValue nuActorValue:long magicItem:ref whichEffect:short
 
        (nothing) SetNthEIAV nuActorValue:long magicItem:ref whichEffect:short
'''Syntax:'''
(nothing) SetNthEffectItemActorValue ActorValue:string magicItem:ref whichEffect:short
(nothing) SetNthEIAV ActorValue:string magicItem:ref whichEffect:short
 
Sets the actor value of the specified effect item. Unlike most OBSE functions, quotes are ''not'' needed for the ActorValue string.
 
'''Example'''
SetNthEffectItemActorValueC Strength DrinkAle 0
 
Changes the actor value of the first effect of Ale from Drain Intelligence to Drain Strength.


==Notes==
==Notes==
Line 80: Line 89:


==See Also==
==See Also==
[[GetNthEffectItemActorValue]]
*[[GetNthEffectItemActorValue]]
*[[SetNthEffectItemActorValueC]]


[[Category:Functions]]
[[Category:Functions]]
Line 86: Line 96:
[[Category:Magic Functions]]
[[Category:Magic Functions]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions - Effect Item (OBSE)]]