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

Syntax error with a message in the scripts

  • 53
    Posts
    9
    Years
    Does anybody know where I can find all of the text used in the scripts, particularly the PokeBattle_Battle section? Or it would be very helpful if somebody could copy there's and paste it here.
    I've looked everywhere and I can't find them.
    I keep getting a syntax error and its very frustrating.
     
    I have, its at the very end of the script, but I didn't even touch there. The thing is, I did remove Shadow Sky so that could be the problem, but I don't really see how that would affect what is at the end.
    Is there anyway to restore it to how it was before?
     
    Quite aside from the fact that you should have been keeping track of the changes you make (preferably with in-script comments), it doesn't take much logic to realise that you started with a copy of Essentials before you changed it. Go look at an unchanged copy of Essentials.
     
    If it's saying that there's a syntax error at the very bottom of the scripts, it's highly likely that you removed one too many "end" lines when you removed Shadow Sky. Find the code where Shadow Sky was and be sure that every "if", "while", "def", etc. has an "end" to go with it.
     
    Back
    Top