muhamorm Posted January 9, 2024 Posted January 9, 2024 I would like to manage total kills counter, like increase/decrease it, can i maipulate it by changing value of some variable?
GreyLily03 Posted May 29, 2024 Posted May 29, 2024 You can do this in a script using the function ModPCMiscStat like so: ModPCMiscStat "Total Things Killed" 1 That would increase the value by one. There are also separate stats for number of creatures killed and people killed. You can learn more about the function here: https://geckwiki.com/index.php?title=ModPCMiscStat
Recommended Posts