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

Syntax error in Scene_Intro

  • 24
    Posts
    9
    Years
    • Seen Dec 9, 2015
    hello guys I put in my project the leadership of the title screen of Rayd12smitty and now if I enter the game , is in debug mode , and is not, he says this error : Script Error " Scene_Intro " on line 58 of the type ' SyntaxError ' .
    How do you solve ? you help me ? sorry my English but I'm Italian
     
    hello guys I put in my project the leadership of the title screen of Rayd12smitty and now if I enter the game , is in debug mode , and is not, he says this error : Script Error " Scene_Intro " on line 58 of the type ' SyntaxError ' .
    How do you solve ? you help me ? sorry my English but I'm Italian

    Go into Script Editor then go to "Scene_Intro" and on line 58 you have an SyntaxError, that you now have to fix on your own due to we can't see that script on here.
     
    I do not know how to work with scripts . However I knew that the mistake was there . Here is my code Scene_Intro :

    Spoiler:


    Could you tell me how to fix error and that 's in line 58 ?
     
    Last edited:
    yes
    [PokeCommunity.com] Syntax error in Scene_Intro


    I resolve to come?
     
    Last edited by a moderator:
    The error is in line 51, by the way, because you didn't close Quotation marks and left bracket.

    "Graphics/Titles/Splash/Splash_#{@Animation
     
    Last edited:
    so I just close with quotes ?

    I closed the quotes , but nothing says the same error , but dece on line 51
     
    Last edited by a moderator:
    yes, I fixed those two errors. But if I now go into debug mode comes this error:
    Code:
    ---------------------------
    DS Essentials
    ---------------------------
    Exception: RuntimeError
    
    Message: '{0}' is not a defined type (PBS/types.txt, ICE, Weaknesses)
    
    Compiler:2176:in `pbCompileTypes'
    
    Compiler:2175:in `each'
    
    Compiler:2175:in `pbCompileTypes'
    
    Compiler:2173:in `each'
    
    Compiler:2173:in `pbCompileTypes'
    
    Compiler:3953:in `pbCompileAllData'
    
    Compiler:4095
    
    
    
    This exception was logged in ./errorlog.txt.
    
    Press Ctrl+C to copy this message to the clipboard.
    ---------------------------
    OK   
    ---------------------------

    and if within normally here the error:
    Code:
    ---------------------------
    DS Essentials
    ---------------------------
    Errore di script 'PVP Script' sulla linea 71 del tipo 'NameError'
    
    uninitialized constant PVPCore::PBSpecies
    ---------------------------
    OK   
    ---------------------------
    sorry, but I still do with this language of programming that is not very good. Could you help me?
     
    Could you be more specific? On what occasion it happens that error? Make a screenshot or something that can help us.
     
    So , here is the error in the normal mode
    Code:
    [IMG]https://i.imgur.com/qpmDR8K.png[/IMG]
    and here is the error in debug mode
    Code:
    [IMG]https://i.imgur.com/rQRhHqC.png[/IMG]

    Here , as I work out ?
     
    there is not a moment , but when I start the game . That is, go into debug mode or in normal mode and immediately out this error . As was added ?
     
    Back
    Top