
I'm learning Java now, but integrating it into Roll20 is another matter all together. Suffice to say, I'm in over my head. What I'm looking for is a small script that would allow players to type something into chat("!myhp" maybe) that would look at the hit point bar / circle (#1 in my game... #1 meaning the one in the middle) and report in chat "Player X has n hp out of max which equals percentage". So if my Ranger Bjorn had a max of 42 hp and was currently at 30, the player could type '!myhp' into chat and you would see a return of "Bjorn has 30hp out of 42, which is 71%" . This would greatly help teh cleric as well as giving each player a running glimpse whenever they wanted, especially if you make a macro for it. A one-click status update. Any help would be appreciated.