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 "ModDisposition"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>JOG
imported>DragoonWraith
(CS 1.0)
Line 9: Line 9:


==See Also==
==See Also==
[[GetDisposition]]  
* [[GetDisposition]]
 


[[Category: Functions]]
[[Category: Functions]]
[[Category: Functions (CS 1.0)]]
[[Category: Actor Functions]]
[[Category: Actor Functions (CS 1.0)]]
[[Category: Statistics Functions]]
[[Category: Statistics Functions]]
[[Category:Actor Functions]]
[[Category: Statistics Functions (CS 1.0)]]

Revision as of 17:42, 14 July 2007

Syntax:

ModDisposition ActorRefID float 

Example:

ModDisposition player -20

Modifies the actor's disposition towards ActorRefID by the specified amount.


See Also