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.

help with script im making

so far ive made a script (with the help of sirsk8aton) that shows the backround and disables the menustatus. Ive made it so the gold/playtime/step count are in the corners. The commands are in the top right. But, i need to know how to make it so i can display some of your hero graphics in the middle. Ill do the x, y coordinates, but i need to know how to display the graphics....

Im also looking for a personal tutor. I wanna learn how to script badly....Me + reading tuts = not work! Please add me to msn if you wanna tutor me and be cool :D Game_Maker06@hotmail.com
 
I hope you know the basics...
Code:
@character = $game_party.actors[0]

@character_sprite = RPG::Cache.character(@character.character_name,
          @character.character_hue)
        @cw = bitmap.width / 4
        @ch = bitmap.height / 4
        self.ox = @cw / 2
        self.oy = @ch 
@character_sprite.dispose

I dunno if that works Since i don't have rmxp on this pc, but try it... it should draw the first character in the party...
 

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