Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Calling a battler for a CMS

I'm working on a CMS and I was wondering if someone could tell me how to call the battler so that I can make it show up in the status screen. I think it can be done, but I don't know how.
 
You would use:
Code:
actor = $game_party.actors[actor_index]
bitmap = RPG::Cache.battler(actor.battler_name, actor.battler_hue)
self.contents.blt(x, y, bitmap, Rect.new(0, 0, bitmap.width, bitmap.height))

Just replace actor_index, x, and y
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top