Don't give up until you tried this:
I'm pretty sure what you want CAN be done.Try to use the console to execute this:This should make the player's Strength value increase by 1.Code:void ExecuteConsole() { ref pchar = GetMainCharacter(); pchar.SPECIAL.Strength = pchar.SPECIAL.Strength + 1; }