gman517 Posted August 21, 2019 Share Posted August 21, 2019 (edited) does the game automatically check for anything with "count<something>"? I don't see any scripts in GECK that specifically add it to the players stats etc so can someone please explain to me how this works? I see that there are a bunch of global vars and something called countWeapAchievement but I cannot see exactly how this information is displayed in player stats etc. E.g. How would i add a custom achievement? Edit: I think the question should be... Where are Misc statistics stored. Eg. "Weapons created" or "Bobbleheads Found" I want to make one that is "Scrap Metal Created" Edited August 22, 2019 by gman517 Link to comment Share on other sites More sharing options...
Mktavish Posted August 23, 2019 Share Posted August 23, 2019 The MiscStats are hard coded and limited to this list.And all you can do is get the count or mod the count of them. https://geckwiki.com/index.php?title=GetPCMiscStathttps://geckwiki.com/index.php?title=ModPCMiscStat But you can store your own variables , either in a quest and/or script ... Global var ... or even just add arbitrary items to some container in a dummy cell that runs a script with"OnAdd" and executes some scripting from there. Link to comment Share on other sites More sharing options...
Recommended Posts