Page 1 of 1

console problem

Posted: Thu Oct 26, 2006 8:12 am
by BartofAustell1
I have downloaded the patches, and can get the console to come up, but when i type in a command nothing seems to happen. here is how i am typing in a command: game.party 0.stat_base_set(stat-strenght, 25) then i hit enter and the console goes blank and nothing has changed on my character. Am i typing it in wrong?

Thanks :(

Posted: Thu Oct 26, 2006 11:51 am
by Lord Plothos
Yes you are. You need to type it like this:

game.party[0].stat_base_set(stat_strength,25)

You're missing the []'s around the numbers and you have some spaces, and in your post at least you misspelled strength. Any one of those things can mess up your console efforts. If it works, IIRC, you should get a little report back that says, simply "25".