I've been unable to see how to append info to the status bar.
When I use SetStatus it overrides the information there or is overridden by another plugin such as the tick timer.
As far as I can tell more than one plugin adds to it as there is different info on the line. I tried searching through the existing plugins without success. I'm unsure how to append my info to existing information displayed in the status bar.
Searched settings and threads and I checked the following but couldn't see what I was looking for http://www.gammon.com.au/scripts/function.php
This is example syntax I use
Dak
When I use SetStatus it overrides the information there or is overridden by another plugin such as the tick timer.
As far as I can tell more than one plugin adds to it as there is different info on the line. I tried searching through the existing plugins without success. I'm unsure how to append my info to existing information displayed in the status bar.
Searched settings and threads and I checked the following but couldn't see what I was looking for http://www.gammon.com.au/scripts/function.php
This is example syntax I use
SetStatus("Heals: " .. potVars.healnum .. " Manas: " .. potVars.mananum)
Dak