Difference between revisions of "ModPCMiscStat"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Raziel23x
m (added update flag needs SI info added to the page)
imported>Vswe
m (Added Search Terms)
 
(One intermediate revision by one other user not shown)
Line 53: Line 53:


[[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)]]
<!-- Begin Search Terms
Mod
PC
Misc
Stat
End Search Terms -->

Latest revision as of 12:07, 20 June 2008

Syntax:

ModPCMiscStat MiscStatID, value 

Example:

ModPCMiscStat 12 1  ; modifies the "potions made" stat


ModPCMiscStat allows you to modify any of the player's miscellaneous stats.

The misc stat IDs are:


	0	DAYS IN PRISON
	1	DAYS PASSED
	2	SKILL INCREASES
	3	TRAINING SESSIONS
	4	LARGEST BOUNTY
	5	CREATURES KILLED
	6	PEOPLE KILLED
	7	PLACES DISCOVERED
	8	LOCKS PICKED
	9	PICKS BROKEN
	10	SOULS TRAPPED
	11	INGREDIENTS EATEN
	12	POTIONS MADE
	13	OBLIVION GATES SHUT
	14	HORSES OWNED  
	15	HOUSES OWNED  
	16	STORES INVESTED IN 
	17	BOOKS READ
	18	SKILL BOOKS READ
	19	ARTIFACTS FOUND 
	20	HOURS SLEPT
	21	HOURS WAITED
	22	DAYS AS A VAMPIRE
	23	LAST DAY AS VAMPIRE 
	24	PEOPLE FED ON
	25	JOKES TOLD
	26	DISEASES CONTRACTED 
	27	NIRNROOTS FOUND
	28	ITEMS STOLEN
	29	ITEMS PICKPOCKETED
	30	TRESPASSES
	31	ASSAULTS
	32	MURDERS
	33	HORSES STOLEN


See Also[edit | edit source]