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>DragoonWraith
(CS 1.0)
imported>Malachy1681
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''Syntax:'''
'''Syntax:'''
  ModDisposition ''ActorRefID'' ''float''  
  ModDisposition ''ActorRefID'' ''short''  
'''Example:'''
'''Example:'''
  ModDisposition player -20
  ModDisposition player -20


Modifies the actor's disposition towards ActorRefID by the specified amount.
Modifies the actor's disposition towards ActorRefID by the specified amount.
==Notes==
* If the player has ownership over the actor in question (e.g. by using 'SetOwnership'), the disposition will be permanently set to 100.




Line 12: Line 17:


[[Category: Functions]]
[[Category: Functions]]
[[Category:Functions (CS)]]
[[Category: Functions (CS 1.0)]]
[[Category: Functions (CS 1.0)]]
[[Category: Actor Functions]]
[[Category: Actor Functions]]
[[Category: Actor Functions (CS 1.0)]]
[[Category: Actor Functions (CS 1.0)]]
[[Category: Actor Value Functions]]
[[Category: Actor Value Functions (CS 1.0)]]
[[Category: Statistics Functions]]
[[Category: Statistics Functions]]
[[Category: Statistics Functions (CS 1.0)]]
[[Category: Statistics Functions (CS 1.0)]]
<!-- Begin Search Terms
mod
Disposition
End Search Terms -->

Latest revision as of 18:52, 26 January 2017

Syntax:

ModDisposition ActorRefID short 

Example:

ModDisposition player -20

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


Notes[edit | edit source]

  • If the player has ownership over the actor in question (e.g. by using 'SetOwnership'), the disposition will be permanently set to 100.


See Also[edit | edit source]