Difference between revisions of "GetPCMiscStat"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
Line 43: Line 43:


[[Category: Functions]]
[[Category: Functions]]
[[Category: Functions (GECK 1.0)]]
[[Category: Functions (GECK 1.1)]]
[[Category: Player Functions]]
[[Category: Player Functions]]
[[Category: Player Functions (GECK 1.0)]]
[[Category: Player Functions (GECK 1.1)]]
[[Category: Condition Functions]]
[[Category: Condition Functions]]
[[Category: Condition Functions (GECK 1.0)]]
[[Category: Condition Functions (GECK 1.1)]]

Revision as of 13:31, 15 August 2009

Syntax:

GetPCMiscStat "MiscStat String ID"

Example:

GetPCMiscStat "Locks Picked"  ; returns number of locks the player has picked 


Returns the specified player misc stat.


The misc stat string IDs are:

  • "Quests Completed",
  • "Locations Discovered",
  • "People Killed",
  • "Creatures Killed",
  • "Locks Picked",
  • "Computers Hacked",
  • "Stimpaks Taken",
  • "Rad-X Taken",
  • "RadAway Taken",
  • "Chems Taken",
  • "Times Addicted",
  • "Mines Disarmed",
  • "Speech Successes",
  • "Pockets Picked",
  • "Pants Exploded",
  • "Books Read",
  • "Bobbleheads Found",
  • "Weapons Created",
  • "People Mezzed",
  • "Captives Rescued",
  • "Sandman Kills",
  • "Paralyzing Punches",
  • "Robots Disabled",
  • "Contracts Completed",
  • "Corpses Eaten",
  • "Mysterious Stranger Visits"


See Also

ModPCMiscStat