Save-Point
Battlestatus Actor Highlighter - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: Battlestatus Actor Highlighter (/thread-1825.html)



Battlestatus Actor Highlighter - DerVVulfman - 10-14-2009

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.


Battlestatus Actor Highlighter - MicKo - 10-14-2009

Oh shit, it works! Thanks Dervv'! :D


Battlestatus Actor Highlighter - explocion200 - 12-01-2009

this is nice but how can i change the color so its not pink ?


Battlestatus Actor Highlighter - PK8 - 12-01-2009

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.


Battlestatus Actor Highlighter - explocion200 - 12-01-2009

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