Advertisement
Zerame

Error Log

Apr 10th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. [Pokémon Essentials version 17.2]
  2. Exception: RuntimeError
  3. Message: Script error within event 5 (coords 11,13), map 84 (Hero's Home):
  4. Exception: NoMethodError
  5. Message: (eval):11:in `pbExecuteScript'undefined method `special=' for nil:NilClass
  6. ***Full script:
  7. PokemonStarterSelection.new(
  8. 509,433,56)
  9. pkmn = $Trainer.party[0]
  10. pkmn.iv[0]=25
  11. pkmn.iv[1]=25
  12. pkmn.iv[2]=25
  13. pkmn.iv[3]=25
  14. pkmn.iv[4]=25
  15. pkmn.iv[5]=25
  16. pkmn.setRandomZodiac
  17. p.special=true
  18. pkmn.calcStats
  19.  
  20. Interpreter:243:in `pbExecuteScript'
  21. Interpreter:1606:in `eval'
  22. Interpreter:243:in `pbExecuteScript'
  23. Interpreter:1606:in `command_355'
  24. Interpreter:494:in `execute_command'
  25. Interpreter:193:in `update'
  26. Interpreter:106:in `loop'
  27. Interpreter:198:in `update'
  28. Scene_Map:163:in `follow_update'
  29. Scene_Map:161:in `loop'
  30.  
  31. Interpreter:276:in `pbExecuteScript'
  32. Interpreter:1606:in `command_355'
  33. Interpreter:494:in `execute_command'
  34. Interpreter:193:in `update'
  35. Interpreter:106:in `loop'
  36. Interpreter:198:in `update'
  37. Scene_Map:163:in `follow_update'
  38. Scene_Map:161:in `loop'
  39. Scene_Map:170:in `follow_update'
  40. Following Pokemon by Mej17:1551:in `update'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement