Money stored in bank.
[Visual Basic] Protected _money_in_bank As UInt32 [C#] protected uint _money_in_bank; [C++] protected: unsigned int _money_in_bank; [JScript] protected var _money_in_bank: UInt32;
Player Class | croemud.game Namespace