Pookachurin
Pooka The Pikachu
- 18
- Posts
- 9
- Years
- The Pokémon World
- Seen Apr 30, 2016
Hello! I was wondering if anyone can help me with this weird problem I'm having. I'm trying to initiate a rival battle but for some reason I'm getting the following error message:
I can tell that the problem is somewhere in the Kernel.pbNoticePlayer(get_character (0)) section but I'm not sure how to fix it. If anyone knows how to fix this please reply, thanks!
Spoiler:
Exception: RuntimeError
Message: Script error within event 17, map 2 (Millear Town):
Exception: SyntaxError
Message: (eval):2:in `pbExecuteScript'compile error
(eval):2: syntax error
(eval):2: syntax error
***Line '(0))' shouldn't begin with '('. Try
putting '(' at the end of the previous line instead,
or using Extendtext.
***Full script:
Kernel.pbNoticePlayer(get_character
(0))
Interpreter:276:in `pbExecuteScript'
Interpreter:1606: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
Message: Script error within event 17, map 2 (Millear Town):
Exception: SyntaxError
Message: (eval):2:in `pbExecuteScript'compile error
(eval):2: syntax error
(eval):2: syntax error
***Line '(0))' shouldn't begin with '('. Try
putting '(' at the end of the previous line instead,
or using Extendtext.
***Full script:
Kernel.pbNoticePlayer(get_character
(0))
Interpreter:276:in `pbExecuteScript'
Interpreter:1606: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 can tell that the problem is somewhere in the Kernel.pbNoticePlayer(get_character (0)) section but I'm not sure how to fix it. If anyone knows how to fix this please reply, thanks!