Please note that new user registrations disabled at this time.

whats the best way to mod money in TOEE?

This forum is to be used for all discussions pertaining to Troika Games' Temple of Elemental Evil.
Post Reply
User avatar
twins708
Posts: 2
Joined: Tue May 31, 2005 9:36 pm
Contact:

whats the best way to mod money in TOEE?

Post by twins708 »

I was just wondering if there was a way to mdify your gold when you call up the console with ~ , like you can wih your exp. If there is please thell me the formula, I have just about tried everything I could think of , if not, whats the best way to mod money in TOEE? :confused:
User avatar
Lord Plothos
Posts: 525
Joined: Tue Dec 14, 2004 12:00 pm
Contact:

Post by Lord Plothos »

You can use the following code:

game.party[0].money_adj(X)

Where X is the amount of money, in copper pieces, you'd like to have added. It'll give it to you in other coins (platinum, if the number is big enough), but you have to type the number value in cp. So, to get 3 platinum, you'd type:

game.party[0].money_adj(3000)
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)
User avatar
twins708
Posts: 2
Joined: Tue May 31, 2005 9:36 pm
Contact:

Post by twins708 »

Thanks

cool, thanks for the info.
Post Reply