Save-Point

Full Version: Battlestatus Actor Highlighter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Battlestatus Actor Highlighter
Version 1.0


Introduction
A simple script/patch that highlights the name of the current actor in the battle status window. Meant as a 'basis' and not as a final product.

It works though.


Script

The Script



Compatibility
RPGMaker XP system only. Highly compatible though.



Credits and Thanks
Made to figure out a feature for a friend... MicKo.



Terms and Conditions
Free for use, even in commercial games. But please credit me for this simple system.
Oh shit, it works! Thanks Dervv'! :D
this is nice but how can i change the color so its not pink ?
Modify this line:
Quote:BSTAT_ACTOR_HIGHLIGHT = Color.new(255,0,255,255)
Red: Adjusts the amount of red.
Green: Adjusts the amount of green.
Blue: Adjusts the amount of blue.
Alpha: Adjusts the amount of alpha/transparency. (0 = Completely transparent, 255 = Completely opaque/visible)

Their minimum values are 0. Their maximum values are 255. Set them up.
PK8 Wrote:Modify this line:
Quote:BSTAT_ACTOR_HIGHLIGHT = Color.new(255,0,255,255)
Red: Adjusts the amount of red.
Green: Adjusts the amount of green.
Blue: Adjusts the amount of blue.
Alpha: Adjusts the amount of alpha/transparency. (0 = Completely transparent, 255 = Completely opaque/visible)

Their minimum values are 0. Their maximum values are 255. Set them up.

o thanks :) it works