Bank: Difference between revisions

From Digibutter.Nerr Wiki
Jump to navigationJump to search
Im>UltiMario13
No edit summary
 
imported>Angela
m 2 revision(s)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
The Bank is a feature that allows you to store Coins and Items. You cannot spend or Donate Coins while they are in the Bank, and you cannot use Items while they are in the Bank. Coin amounts slowly increase while in the bank (1% every other day), and having Items in the Bank can allow you to have more than 20 Items, which is the normal max amount.
The Bank is a feature that allows you to store Coins and Items. You cannot spend or Donate Coins while they are in the Bank, and you cannot use Items while they are in the Bank. Coin amounts slowly increase while in the bank (1% every other day), and having Items in the Bank can allow you to have more than 20 Items, which is the normal max amount.
<nowiki><C++ jargon></nowiki>Unfortunately, Francis created the interest system using int variables instead of passing floats to ints<nowiki></C++ jargon></nowiki>, so you have to have at least 100 coins in the Bank before you get ANY interest...

Latest revision as of 20:45, 17 February 2008

The Bank is a feature that allows you to store Coins and Items. You cannot spend or Donate Coins while they are in the Bank, and you cannot use Items while they are in the Bank. Coin amounts slowly increase while in the bank (1% every other day), and having Items in the Bank can allow you to have more than 20 Items, which is the normal max amount.

<C++ jargon>Unfortunately, Francis created the interest system using int variables instead of passing floats to ints</C++ jargon>, so you have to have at least 100 coins in the Bank before you get ANY interest...