07-20-2012, 11:39 AM
So, I just finished creating a test map for my project and I get this error when I try to run the game.
Script 'Game_Map' line 305L NoMethodError occured
Undefined Method `>' for nil:nillclass
As I understand the game tried to call a script and failed. I ported my map over to the ABS demo and moved the player start position and still get that error. but if I put the start point back at it's default it will work again.
Script 'Game_Map' line 305L NoMethodError occured
Undefined Method `>' for nil:nillclass
As I understand the game tried to call a script and failed. I ported my map over to the ABS demo and moved the player start position and still get that error. but if I put the start point back at it's default it will work again.