Rolo
Well-Known Member
- Jul 14, 2017
- 1,922
- 1,833
- 366
OK I make an example:
Let's say you are at end of November and have 30 gold. You need 31 for the loan.
type:
shift O
player.gal
30
player.gal=31 (player.gal = 31 is also ok)
player.gal
31
esc
Now you have 31 gold
shift O
player.gal=31
esc
will also do. Hope this helps.
Let's say you are at end of November and have 30 gold. You need 31 for the loan.
type:
shift O
player.gal
30
player.gal=31 (player.gal = 31 is also ok)
player.gal
31
esc
Now you have 31 gold
shift O
player.gal=31
esc
will also do. Hope this helps.