Difference between revisions of "SetPCAttributeBonus"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>CSbot
(Automated import of articles)
 
imported>Low Post
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{BotAddedPage|CSbot|DragoonWraith}}
{{Function
{{Function
  | origin = OBSE
  | origin = OBSE
Line 13: Line 12:
   }}
   }}
}}
}}
{{OBSE Actor Value Codes}}
==See also==
*[[SetPCAttributeBonusC]]
*[[GetPCAttributeBonus]]
*[[GetPCAttributeBonusC]]


[[Category:Functions]]
[[Category:Functions]]

Latest revision as of 11:32, 23 March 2011

< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(void) SetPCAttributeBonus actorValue:string bonus:short

Sets the number of skill advancements contributing to the specified attribute's bonus for the next level. Note that game setting multipliers applied to these values determine the actual bonus at level-up. Does not affect Luck bonus.


See also