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.

Time System Edit

I was wondering if it is possible, and if someone could help me with this, as I am lost on tring to do it. To get rid of the "step" counts in the menu system, and replace it with a timer. What I am hoping to achieve is this:

Time: (24 hr in game time system)
Gold: (amount of gold you have earned)
Play time: (Amount of time you have played)

Does anyone have a clue on how to do it?
 
Find in scene menu the part were it's says to call the scene steps and replace it with what you want then delete the scene steps and put the script for the time and in scene menu replace the words steps to time in those line here you must edit for showing the time:

@steps_window = Window_Steps.new
@steps_window.x = 0
@steps_window.y = 320

Meaning it will come something like this:

@time_window = Window_Time.new
@time_window.x = 0
@time_window.y = 320

And remove window steps and put window time or what it's called but if it's called different you must write window_Time..new different
 

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