11-19-2015, 01:57 PM
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
and also the names of the states
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. ^^
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. ^^