• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Akari, Red, Kris, May - which Pokémon protagonist is your favorite? Let us know by voting in our semifinal favorite protagonist poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Realt-Time Clock RMXP

dr perry cox

Creator of Pokemon Opaque
  • 19
    Posts
    18
    Years
    As in title, can I make a clock that runs even while the game is off. iIf you have one can you please post it here, if not, is it possible to make one with RGSS
     
    yeah you can use the time modlue.
    this is what i did for my day/night system:
    @time = Time.now
    $game_variables[3] = @time.sec#seconds
    $game_variables[4] = @time.min#minutes
    $game_variables[5] = @time.hour#hours
    $game_variables[6] = @time.day#day
    $game_variables[7] = @time.month#month
    $game_variables[8] = @time.year#year
    $game_variables[9] =
    @time.strftime("%p")#am/pm

    and then just add that into a script(with events(last page last command)). and then use thos variables to tell time(you can change the variables to any).
     
    Illusion you are a McFreakin genius!!! You just perfected my Day/Night system. Your name will be size 72 in my credits!!!!!
     
    ok but i don't really need credit its just a ruby module i didn't make anything.
     
    Back
    Top