• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • 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.

HGSS Pause Menu

  • 295
    Posts
    6
    Years
    • Seen Aug 15, 2022
    This script helps you to create a pause menu like HGSS.
    Supports the Easy Mouse System.

    How to add
    In "def push_option", you can add below this line
    Code:
    m = ["ball","",12,""]
    In array, it means: Name of sprite, bitmap (I used in folder Pictures\HGSSPauseMenu), number (marke this line), title (detail)
    In the line
    Code:
    @option.push(a,b,c,d,e,f,g,h,i,j,k,l,m)
    just add them "a,b,c,d,e,f,g,h,i,j,k,l,m", this is the lines above.
    After this line, this is the condition, it means: the feature can appear when the game starts or after an event, etc. You can add like the example.
    In "def position_option", you can add your script which shows here. Just set line something like "elsif @option[@position][2] == 1", 1 it means the number you add in "def push_option".
    Maximum: there are 12 features, if you want more, you need to edit this script.

    Code
    Spoiler:

    Download
    Link

    Credit
    bo4p5687
    Graphics by Richard PT
     
    Last edited:
    [PokeCommunity.com] HGSS Pause Menu


    It will be like this in-game. I changed a bit the graphics.
     
    hi! i am a major noob at coding so i need a clarification on something. i understand how to add the script but not where, i have no idea where 'def push_option' is. would this script work if i just put it in plugin format and added it to the plugin folder?
     
    hi! i am a major noob at coding so i need a clarification on something. i understand how to add the script but not where, i have no idea where 'def push_option' is. would this script work if i just put it in plugin format and added it to the plugin folder?

    I will update this script for v19 but you can find 'def push_option' in my script. Just Ctrl + F and you can find it. You can test it in v18.1
     
    what i mean is, where in pokemon essentials can i find the spot to put the script? i understand that the script has to be added below def_push_option but i don't know where that line even is in the first place. is it part of the UI script? i have scoured the script editor and found nothing
     
    what i mean is, where in pokemon essentials can i find the spot to put the script? i understand that the script has to be added below def_push_option but i don't know where that line even is in the first place. is it part of the UI script? i have scoured the script editor and found nothing

    Nope!
    First, you need to put my script above Main
    Second, you can find it in pokemon essentials but if you use v19, I dont recommend use it in this vesion because now, it is compatible v18.1 not v19
     
    Back
    Top