I know how to do that, as I've already set some encounters. The Pidgeot that appears at level 100 isn't a pokemon that I put in. So far I have Pidgey, Taillow and Lillipup on Route 1
And now I get this error when trying to heal my Pokemon
[Pokémon Essentials version 19.1]
Exception: RuntimeError
Message: Script error in event 1 (coords 7,2), map 82 (Pokémon Center):
Exception: NoMethodError
Message: undefined method `pokemon_count' for nil:NilClass
***Full script:
count = $player.pokemon_count
for i in 1..count
pbSet(6, i)
pbSEPlay("Battle ball shake")
pbWait(16)
end
Backtrace:
(eval):1:in `execute_script'
033:Interpreter:137:in `eval'
033:Interpreter:137:in `execute_script'
034:Interpreter_Commands:1024:in `command_355'
034:Interpreter_Commands:116:in `execute_command'
033:Interpreter:127:in `block in update'
033:Interpreter:87:in `loop'
033:Interpreter:87:in `update'
032:Scene_Map:157:in `block in update'
032:Scene_Map:155:in `loop'
Backtrace:
033:Interpreter:189:in `rescue in execute_script'
033:Interpreter:135:in `execute_script'
034:Interpreter_Commands:1024:in `command_355'
034:Interpreter_Commands:116:in `execute_command'
033:Interpreter:127:in `block in update'
033:Interpreter:87:in `loop'
033:Interpreter:87:in `update'
032:Scene_Map:157:in `block in update'
032:Scene_Map:155:in `loop'
032:Scene_Map:155:in `update'