Site Tools


help_bank_withdraw_deposit_balance_wire_atm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

help_bank_withdraw_deposit_balance_wire_atm [2023/12/23 16:08] – Created page for bank help file zhihaihelp_bank_withdraw_deposit_balance_wire_atm [2024/05/21 15:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<code>
 +BANK WITHDRAW DEPOSIT BALANCE WIRE ATM
  
 +Usage:  WITHDRAW <amount>
 +        DEPOSIT <amount>
 +        TRANSFER <amount> credstick
 +        TRANSFER <amount> account
 +        WIRE <amount> <person>
 +        BALANCE
 +
 +Commands to take money out of the bank, put money in the bank, or see how
 +much money you have in the bank.  Because all ATMs are connected through the
 +Global Matrix, you may use any ATM no matter where your account is held.
 +
 +Using transfer, you can transfer nuyen from your bank account onto a
 +credstick that has been personalized by you.
 +
 +< 10P 10M > transfer 1500 credstick    < transfers from account to credstick
 +< 10P 10M > transfer 5000 account      < transfers from credstick to account
 +
 +You can also send money through the system to people. They do not have to
 +be logged on to receive it. All transfers are accompanied with a mail telling
 +them how much you have sent.
 +
 +Example:
 +< 10P 10M > wire 5000 che
 +
 +That would send the player name Che 5000 nuyen.
 +
 +See Also: ACTIVATE, CREDSTICKS
 +</code>