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