• 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.

Learning how to make scripts

  • 24
    Posts
    14
    Years
    Hi! I'm studying how to make scripts in RGSS. I'm tried to apply that knowledge in Pokemon Essentials. Basiclly I only want to show a window by calling it with an event. I know that I have to inherite a Mother Class to my class "Window_Example" but I thought that the correct one is the class name as "Window" but when a I write the script and then I try to start the game an exception screen appear about my script. Sorry if i was not clear. I'm most an spanish-speaker.
     
    Ok! Thank very much I'll try.

    EDIT: Hi, I tried to do what FL said. I want to create a scene where appear a mail graphic in where I want to write: "Hi!" but It still having and syntax error. Please check my code if you can:

    Spoiler:

    end
    Thank you, and sorry for make you to waste your time. :(
     
    Last edited:
    Please use the
    Code:
     tag when posting a script.
    
    Classes must start with uppercase, change all my_window_scene to My_window_scene and all my_window to My_window. 
    
    And this isn't wasting time since this took me only five minutes.[/QUOTE]
    
    Thank you!!! I'll never forget that xD It worked, I'll continue learning. See ya!
     
    Back
    Top