1) Open up hc_innrest.nss in the toolset script editor.
2) Go down to the bottom, line 293-5 in my script.
Change the block that's there to the following:
if (iFATIGUESYSTEM) { SetLocalInt(oMod,"FATIGUELEVEL" + GetName(oPC) + GetPCPublicCDKey(oPC), INITFATIGUELEVEL); }
The former, bad block says: "FATIGUELEVEL" + GetName(oPC) + GetPCPlayerName(oPC)
May not seem like a big difference, but it's all that it takes.
It'll be in version 10. I'm working on a bunch of new crafting recipes (new leather armors, CEP weapons, and more) so it may be a while till release. That's why I figured I'd better post the fix.
Cheers!