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.

[SOLVED] Sprite script problem

Look for the following line (line 104) in Game_Player. (in the refresh method)

Code:
actor = $game_party.actors[0]

replace it with

Code:
#actor = $game_party.actors[0]

actor = $game_actors[1]

Now the Player graphic (on the map) will always be actor 1 from the database.
And the original line is still there, it's just a comment now. (for reference)
 

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