[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "ModPCAttribute"
Jump to navigation
Jump to search
imported>DragoonWraith (CS 1.0) |
imported>Fella |
||
Line 13: | Line 13: | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category:Functions (CS)]] | |||
[[Category: Functions (CS 1.0)]] | [[Category: Functions (CS 1.0)]] | ||
[[Category: Player Functions]] | [[Category: Player Functions]] | ||
[[Category: Player Functions (CS 1.0)]] | [[Category: Player Functions (CS 1.0)]] |
Revision as of 12:47, 23 January 2008
Syntax:
ModPCAttribute StatName, value
Example:
ModPCAttribute Strength 1
ModPCAttribute allows you to give the player attribute increases that will be considered "permanent" by the game (same as when you increase an attribute when leveling up).
In contrast to ModPCSkill value doesn't have to be non-negative.