• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

Pokemon Save

68
Posts
11
Years
    • Seen Nov 12, 2023
    How I can show the date, if I want to save? Also only Date, Month and Year, like 12.09.2013?

    The time I did so:
    Code:
    [_INTL(Time.now.strftime('%H:%M')),252,512,false,baseColor,shadowColor],
     
    68
    Posts
    11
    Years
    • Seen Nov 12, 2023
    Code:
    [_INTL(Time.now.strftime('%d.%m.%Y')),252,512,false,baseColor,shadowColor],

    I used http://www.ruby-doc.org/core-2.0/Time.html

    thanks :D It's very good :)

    Now I have two Questions too:

    How I can chance the Windowskin only for a script, for exalple the Save Script?
    How I can the message window put down, that the Message is at the top off the touch screen an the choice (Yes/No) is left under them?
     
    Back
    Top