• 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!
  • Cyndy, May, Hero (Conquest), or Wes - which Pokémon protagonist is your favorite? Let us know by voting in our 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.

Events that depend on weather and/or day of the week

mde2001

Pokemon Industrial Developer
  • 70
    Posts
    10
    Years
    • Seen Aug 26, 2016
    How would I set up an event so that it would only appear when it was sunny or raining? Also how do you make daily events? (eg. A variable is set to a random number each day)?

    If you need more detail let me know.
     
    You could tie in switches to your varibles.

    *rough example
    if varible weather = 3
    turn switch Rain = on
    turn switch Sun = off
    turn switch Hail = off

    Something like this.
    Also go look up Time-sensitive events on the Essentials Wiki.
     
    You could tie in switches to your varibles.

    *rough example
    if varible weather = 3
    turn switch Rain = on
    turn switch Sun = off
    turn switch Hail = off

    Something like this.
    Also go look up Time-sensitive events on the Essentials Wiki.

    Thanks!
     
    Back
    Top