Difference between revisions of "ModPCMiscStat"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Maturin
 
imported>Vswe
m (Added Search Terms)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Update}}
'''Syntax:'''
'''Syntax:'''
  ModPCMiscStat ''MiscStatID, value''  
  ModPCMiscStat ''MiscStatID, value''  
'''Example:'''
'''Example:'''
  ModPCMiscStat 13 1  ; modifies the "potions made" stat
  ModPCMiscStat 12 1  ; modifies the "potions made" stat




ModPCMiscStat allows you to modify any of the player's miscellaneous stats. See [[GetPCMiscStat]] for list of MiscStatIDs.
ModPCMiscStat allows you to modify any of the player's miscellaneous stats.
 
The misc stat IDs are:


==See Also==
[[GetPCMiscStat]]


[[ModPCSkill]]
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


[[ModPCAttribute]]


==See Also==
* [[GetPCMiscStat]]
* [[ModPCSkill]]
* [[ModPCAttribute]]


[[Category: Functions]]
[[Category: Functions]]
[[Category:Functions (CS)]]
[[Category: Functions (CS 1.0)]]
[[Category: Player Functions]]
[[Category: Player Functions]]
[[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]