Hello Guys...i've found a Bug very dangerous and cant fix it by myself, is there anyone who can help me?
I use RPGM VX, just to say it.
Today, programming, i've found a BIG problem...
Until today, nothing strange. than i added the Modern algebra catalogue and get a strange Bug. So i deleted it...but it seems the problem wasnt the script...to be sure i deleted any script added until today [Omega Quest Journal, ATS 3 Text Editor and Monster Catalogue from Modern Algebra] and stil get that error.
the problem is, when i use a variable to check the number of any item in the inventory, it say:
Script 'Game_Interpreter' line 750:NoMethodError occurred. undefined method '[]' for nil:NilClass
The line 750 is: actor = $game_actors[@parameters[1]]
I really dont know what it means...something about exp? why exp?
This happen anytime i use something like:
Contol Variables [00xx:wood carried]=[wood] in inventary
the full input is
Contol Variables [00xx:wood carried]=[wood] in inventary
Conditional Branch: Variable [00xx:wood carried] >= 80
Text: "You are carring much Wood! Beware, anything over 99 units will be
discarded!"
Else: Nothing
Doesent matter if i use a Action Button or Parallel Event.
I've tried to change the variable position, the item position and number, nothing...
it still crash when i check the variable. I've also tried to change the icon XD
I cant find a way to solve that crash... i've plenty of Quests like "find X number of Y and bring to me" so i need to use variables that way...
Maybe i've used to much variables in the whole game and it got bugged and mad?
Any ideas to solve it? ^^
i just cant understand...i've never messed up with anything strange aside adding some script in the right area and now suddently the game crash if i try to count the item in the inventory of the party...
If i cant fix this i think i've lost tre month of game-creating...and i have no backup since i didnt ever think it could happen...
Sorry for the trouble, hope someone can help.
Thank for your time. ^^