Thanks
console problem
- BartofAustell1
- Posts: 8
- Joined: Wed Jul 26, 2006 2:21 pm
- Contact:
console problem
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
Thanks
- Lord Plothos
- Posts: 525
- Joined: Tue Dec 14, 2004 12:00 pm
- Contact:
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".
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".
Proud user and advocate of [url="http://rptools.net/doku.php?id=maptool:intro"]MapTool[/url]for all my RPing-at-a-distance.
(Use the lastest 1.3 build - it's still beta, but stable and far better than 1.2)
(Use the lastest 1.3 build - it's still beta, but stable and far better than 1.2)