depositPettyCash()
From Hack Wars Wiki
| Function information for depositPettyCash() | |
| Function | depositPettyCash(float amount) |
| API | Watch |
| Cost | $100,000 |
| Level | 95 |
| CPU Usage | 25 |
| Description | Deposits the float amount given. |
Example
This snippet can be set as a health watch on your bank port set at 99 for example. It will deposit all the cash you have in your Petty Cash.
See checkPettyCash().
depositPettyCash(checkPettyCash()); |
