Bank: Difference between revisions

From Digibutter.Nerr Wiki
Jump to navigationJump to search
Im>UltiMario13
No edit summary
 
imported>Wacko McGoose
No edit summary
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...

Revision as of 19:18, 27 November 2007

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