• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
[v13+] Character Selection

Resource [v13+] Character Selection 1.2

Hi, i have a problem with the game not reading the "Width" of what i think is from the script.

[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Script error in event 1 (coords 0,0), map 1 (Intro)
Exception: NoMethodError
Message: undefined method `width' for nil:NilClass

***Full script:
overworld = ["trainer_POKEMONTRAINER_Rei","trainer_POKEMONTRAINER_Leaf",
"trainer_POKEMONTRAINER_Rei2","trainer_POKEMONTRAINER_Rei3","trainer_POKEMONTRAINER_Rei4"]
battle = ["POKEMONTRAINER_Rei","POKEMONTRAINER_Leaf",
"POKEMONTRAINER_Rei2","POKEMONTRAINER_Rei3","POKEMONTRAINER_Rei4"]
result = startCharacterSelection(overworld,battle)
pbChangePlayer(result+1)

Backtrace:
[Character Selection] Character Selection.rb:117:in `updateCursor'
[Character Selection] Character Selection.rb:99:in `pbStartScene'
[Character Selection] Character Selection.rb:291:in `pbStartScreen'
[Character Selection] Character Selection.rb:303:in `block in startCharacterSelection'
MessageConfig:575:in `pbFadeOutIn'
[Character Selection] Character Selection.rb:300:in `startCharacterSelection'
(eval):5:in `execute_script'
Interpreter:138:in `eval'
Interpreter:138:in `execute_script'
Interpreter_Commands:1177:in `command_355'




I checked my graphics, they are all the correct sizes.
It looks like the error is reading something from the script.
It used to work however i did install another plugin afterwards (Animated Trainer Intros), and restarted and got the error.
But i don't think it's another plugin causing the error. (or could it?)
 
Back
Top