- 8
- Posts
- 12
- Years
- Seen Sep 8, 2024
Hi everyone, I'm super new to RMXP and Pokemon essentials.
I'm slowly starting to understand what some thing mean, and ANY help would be much appreciated.
So, I'm trying to change some scripts values on the settings script;
I tried enabling debug menu, changing the shiny rate and the overworld poison damage. However, even by just turning them form false to true or changing the number on the shiny chances, I get this error when trying to open the game, even on playtest (F12 key):
Message: cannot convert Regexp into Integer
Compiler
:361:in `[]'
Compiler
:361:in `csvquote'
Editor_SaveData
:108:in `pbSaveMoveData'
Editor_SaveData
:74:in `each'
Editor_SaveData
:74:in `pbSaveMoveData'
Editor_SaveData
:70:in `open'
Editor_SaveData
:70:in `pbSaveMoveData'
Editor_SaveData
:1386:in `pbSaveAllData'
Compiler
:4484
So, I went tho those lines, and saw some codes/scripts, but I can't figure it out why they are giving said errors. They don't mention the Debug, Shiny or Poison damage variables whatsoever, neither they seem dependant on it.
It says that it cannot convert into Integer. However, I didn't touch ANY of those lines under those sessions. All I did is go there once I got the error and read them, trying to understand what is wrong.
Is this a normal error? Did I screw up? Should I have left those variables under settings untouched?
Guys, any, literally, ANY help is appreciated. If you need any further info, please let me know.
Thanks in advance :)
I'm slowly starting to understand what some thing mean, and ANY help would be much appreciated.
So, I'm trying to change some scripts values on the settings script;
I tried enabling debug menu, changing the shiny rate and the overworld poison damage. However, even by just turning them form false to true or changing the number on the shiny chances, I get this error when trying to open the game, even on playtest (F12 key):
Message: cannot convert Regexp into Integer
Compiler
:361:in `[]'
Compiler
:361:in `csvquote'
Editor_SaveData
:108:in `pbSaveMoveData'
Editor_SaveData
:74:in `each'
Editor_SaveData
:74:in `pbSaveMoveData'
Editor_SaveData
:70:in `open'
Editor_SaveData
:70:in `pbSaveMoveData'
Editor_SaveData
:1386:in `pbSaveAllData'
Compiler
:4484
So, I went tho those lines, and saw some codes/scripts, but I can't figure it out why they are giving said errors. They don't mention the Debug, Shiny or Poison damage variables whatsoever, neither they seem dependant on it.
It says that it cannot convert into Integer. However, I didn't touch ANY of those lines under those sessions. All I did is go there once I got the error and read them, trying to understand what is wrong.
Is this a normal error? Did I screw up? Should I have left those variables under settings untouched?
Guys, any, literally, ANY help is appreciated. If you need any further info, please let me know.
Thanks in advance :)