• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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
8
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
     

    Zeak6464

    Zeak #3205 - Discord
    1,101
    Posts
    11
    Years
  • 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.
     
    24
    Posts
    8
    Years
    • Seen Dec 9, 2015
    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:
    24
    Posts
    8
    Years
    • Seen Dec 9, 2015
    yes
    Syntax error in Scene_Intro


    I resolve to come?
     
    Last edited by a moderator:
    296
    Posts
    9
    Years
  • 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:
    24
    Posts
    8
    Years
    • Seen Dec 9, 2015
    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:
    24
    Posts
    8
    Years
    • Seen Dec 9, 2015
    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?
     
    296
    Posts
    9
    Years
  • Could you be more specific? On what occasion it happens that error? Make a screenshot or something that can help us.
     
    24
    Posts
    8
    Years
    • Seen Dec 9, 2015
    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 ?
     
    24
    Posts
    8
    Years
    • Seen Dec 9, 2015
    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