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

Gender Selection Screen error

29
Posts
10
Years
    • Seen Sep 9, 2013
    Hello, I'm trying to use this script

    http://www.pokecommunity.com/showthread.php?p=7790869#post7790869

    of selecion of character as black and wite

    but I get this error, I do not bad

    Exception: RuntimeError
    Message: Script error within event 1, map 1 (Intro):
    Exception: SyntaxError
    Message: (eval)in `pbExecuteScript'compile error
    (eval) syntax error
    ***Full script:
    scene=GenderPickScene.new
    screen=GenderPick.new(scene)
    screen.pbStartScreen.


    Interpreter:276:in `pbExecuteScript'
    Interpreter:1600:in `command_355'
    Interpreter:494:in `execute_command'
    Interpreter:193:in `update'
    Interpreter:106:in `loop'
    Interpreter:198:in `update'
    Scene_Map:103:in `update'
    Scene_Map:101:in `loop'
    Scene_Map:114:in `update'
    Scene_Map:68:in `main'



    I do not understand is how to put this

    scene=GenderPickScene.new
    screen=GenderPick.new(scene)
    screen.pbStartScreen
     
    50
    Posts
    10
    Years
    • Seen Apr 20, 2014
    Have you added the script to the script's editor?
    Have you put the three lines into the same call script command?
    Check that there isn't any point after screen.pbStartScreen
     
    Back
    Top