| 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) |