Adds player's cash to the home page dynamically.
This script has no discussions.
This script has no reviews.
6/30 - I've modified this further based on someone else's idea (thanks ddcunderground). Added the ability to show the current value for the skill being trained.
This is a modification of http://userscripts.org/scripts/show/27967 which hard coded the player info, my script iterates through each player found on the home page and adds the cash for each player found to the respective player's section.
I've built in three custom options which are listed at the top of the script:
timeout - the timeout for the script to execute, default to 0, value is in milliseconds, 1 second would equal 1000 milliseconds.
displayLocation - setting one of these to true will change the location of where the cash amount will display. Try setting one of them to true (with the others being false) to see the differences. While it is possible to set them all to true it would be better to have one to true and the others to false. Default is BelowXP.
displayTraining - true to display training skill, default false.





