• 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!
  • Scottie, Todd, Serena, Kris - 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.

[Scripting Question] How to do a "meanwhile" event?

mhana300

Pokemon Guardians Developer
  • 22
    Posts
    8
    Years
    • Seen Mar 17, 2025
    Pretty much, I have no idea where to start to make an event for my game where the character goes to sleep, the screen turns black, and shows an event happening on another map (i dont want the character there, but instead watching). For example, the beginning of Pokemon Uranium (that kind of event). Thanks.
     
    Last edited by a moderator:
    As far as I know, the character is always on the screen.

    The easiest way to go would be to change his outfit with $Trainer.outfit, and make him invisible (see here , among others). You have plenty of documentation about that on the wiki & forums.
    You can also display a picture (as it is done in the intro of the example maps), but then you can only display something static.

    As for turning the screen black, it is a simple RMXP command: just look at how it is done when you cross a door.
     
    You must set "Change Transparent Flag" to "Transparent" and teleport the player to that map. When the sequence is ended, teleport the player again into the first map, and re-set "Change Transparent Flag" to "Normal".
     
    Back
    Top