- 54
- Posts
- 12
- Years
- USA
- Seen Dec 20, 2013
I am trying to make an event where you are in a forest & get attacked by a beedrill but when the battle tries to initiate I get this error
The options are move animation & always on top
the trigger is player touch
autonomous movement
type approach
speed fastest
Freq high
---------------------------
Pokemon Essentials
---------------------------
Exception: RuntimeError
Message: Script error within event 1, map 11 (The Great Forest):
Exception: SyntaxError
Message: (eval):2:in `pbExecuteScript'compile error
(eval):2: syntax error
***Full script:
pbWildBattle(
PBSpecies::BEEDRILL,7,result,false,)
Interpreter:276:in `pbExecuteScript'
Interpreter:1599: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'
another question how can I if at at change the event so that instead of the sprite roaming around until we make contact that when i step on the event square i cant move & the Beedrill sprite charges me initiating the battle.
thanks in advance
The options are move animation & always on top
the trigger is player touch
autonomous movement
type approach
speed fastest
Freq high
---------------------------
Pokemon Essentials
---------------------------
Exception: RuntimeError
Message: Script error within event 1, map 11 (The Great Forest):
Exception: SyntaxError
Message: (eval):2:in `pbExecuteScript'compile error
(eval):2: syntax error
***Full script:
pbWildBattle(
PBSpecies::BEEDRILL,7,result,false,)
Interpreter:276:in `pbExecuteScript'
Interpreter:1599: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'
another question how can I if at at change the event so that instead of the sprite roaming around until we make contact that when i step on the event square i cant move & the Beedrill sprite charges me initiating the battle.
thanks in advance