Specifically game.party[X].stat_base_set(stat_intelligence,Y). Other than the x and the y I type that in and nothing. Any clarification on this would be appreciated.
Forgive me if my questions seem too obvious: Did you open the console and type the command into that window? (shift ~ opens the console) Did you remember when determining the character position value (X) that the first position has value 0, and the second position 1, etc? That's all I can think of, assuming no typos.
Sorry, I should have been more clear. I only had one person in my party, and yes I put their position as 0. And yes It was typed into the command console using the shift+tild keys. Levelup and other cheats work.
Try it another way first type in: from Co8 import* hit return then: partyabset(X,Y) Sets the ability score X of each member of you party to Y. Ability scores are referred to by number as follows: Strength = 1 Dexterity = 2 Constitution = 3 Intelligence = 4 Wisdom = 5 Charisma = 6 And that is pretty much all I can offer. I suppose it is possible that the command you are using does not work with a party of only one person for some reason.
It is possible that the first command should be: from Co8 import * The difference between this and the first one I wrote out is a space between "import" and "*".