LowerTransfer()
From ElectronicWar
| Function information for lowerTransfer() | |
| Function | lowerTransfer() |
| Parameters | (string ip, float amount) |
| API | Banking |
| Cost | $10 |
| Level | 1 |
| CPU Usage | 1 |
| Description | Transfers the amount specified in the form of a float to the petty cash of the player represented by the provided IP address in the form of a string. lowerTransfer takes the highest percentage (20%) in service charges and gives the least experience. |
[edit] Example
This is what would be used in a basic bank script
string ip = getTargetIP(); float amount = getAmount(); lowerTransfer(ip, amount);

