mediumTransfer()
From Hack Wars Wiki
| Function information for mediumTransfer() | |
| Function | mediumTransfer(string targetip, float amount) |
| API | Banking |
| Cost | $1500 |
| Level | 25 |
| CPU Usage | 5 |
| Description | Transfers the amount specified to the petty cash of the player represented by the IP provided in the form of a string. Takes a lower percentage in service charges and gives more experience. |
Example
string target = getTargetIP() float amount = getAmount(); mediumTransfer(target, amount); |
This would transfer the the specified amount to the IP you want to transfer money to.
