Introduction
I'll start off by saying I don't know how useful this will be, but I certainly used it.
CogWheel's RTAB system had a conflict with using the HP/SP/Exp Bars with LeGacy's CMS. This patch adds in the bars during battle, and removes them when you access the CMS (so that it appears as usual). It has also removed the function to draw the bars for each stat in the menu section.
This patch seems to be compatable with all of the other RTAB add-ons I tested. If there is a glitch or a problem with this fix... oops. :P If there is a problem with it working alongside another RTAB script let me know and I can see if I can fix it. (I'm just learning the RGSS language now)
Scripts
Instructions
Replace your former RTAB script with the new one, and replace the old Bar's script with the new one as well.
If you are not replacing them, but adding them new, place the RTAB script just above Main, and the Bar script beneath it.
The files are dependent upon eachother, so only use them if you plan to use the HP/SP bars with LeGacy CMS.
Notes/FAQ
-Some definitions were renamed to avoid errors processing. Namely, draw_actor_hp, draw_actor_sp, and draw_actor_exp were renamed to draw_actor_rhp and so on. If it's not working with another script dependent on HP, SP, or EXP; then I would check that first.