• 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!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist 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.

[Eventing Question] Running out of room in NPC scripts?

  • 23
    Posts
    10
    Years
    • Seen Mar 16, 2025
    So i am trying to enter the jaw and sail fossils to the fossil reviver NPC, but after i add the new line for the jaw fossil it won't let me hit enter for a new line. Is there any way to expand the number of lines past 11 or rewrite the NPC so that it will recognize more then 1 script section. I tried adding a second script with just the sail fossil in it but it didn't work.
     
    for what it's worth, you can stick two script commands one after the other and they'll combine into a big one.
    whhile you can't keep the array open across those lines, you can append additional elements.
    Take a look at the duel guy on the example maps, route 7. that one appends to the array.

    Alternatively, use extendtext.exe, which makes the script/text boxes larger, and write more than one item pair on the same line.
     
    Extend text was the perfect solution thank you!😁
     
    Back
    Top