Display State Ranks in Status Screen
#1
I think I need your help.

I want to show the state ranks of my actors in the status screen (silence 100%, paralyze 70%...and so on)

I can do it with the elements like that

Code:
self.contents.draw_text(115, 351, 176, 32, "#{(@actor.element_rate(3)).to_i}%", 2)

and also the names of the states

Code:
self.contents.draw_text(115, 329, 48, 32, $data_states[2].name)

but I'm not able to figure it out how to do the same thing with the rank itself.

Maybe someone can give me a hint. ^^
Reply


Messages In This Thread
Display State Ranks in Status Screen - by Mel - 11-19-2015, 01:57 PM
RE: Display State Ranks in Status Screen - by Mel - 11-20-2015, 04:55 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Parts of the Equip, Spells, and Status menus persist even after exiting the menu Ace_V 5 1,709 12-29-2024, 06:09 AM
Last Post: Ace_V
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 19,440 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   Display some uncommon values Mel 6 9,928 08-15-2017, 05:38 PM
Last Post: Mel
   Multi Attack & Combo Display Keeroh 9 16,189 05-15-2017, 06:39 PM
Last Post: DerVVulfman
   RMXP SKill animations too bright (overlaying the battle screen) Starmage 4 11,445 06-13-2016, 03:41 AM
Last Post: Starmage
   Atoa Custom Battle System: Popup when status change Noctis 6 12,319 02-01-2016, 12:52 AM
Last Post: Noctis
Question  Lycan ABS - Weapon display Jetboy 4 8,438 07-14-2015, 06:02 AM
Last Post: DerVVulfman
   Custom Save/Load screen Raou 2 8,424 04-01-2015, 08:18 PM
Last Post: Raou
  Icon Display 1.0 scripts makes events impossible to go to events, which are passable Djigit 0 4,541 01-03-2015, 09:11 PM
Last Post: Djigit
   show variables on screen rpg maker xp ThePrinceofMars 22 38,976 10-19-2014, 08:01 PM
Last Post: ThePrinceofMars



Users browsing this thread: 1 Guest(s)