- Joined
- Nov 25, 2017
- Messages
- 53
- Reaction score
- 27
- First Language
- English
- Primarily Uses
- RMVXA
Okay so what... Why... I'm so confused... The line of code is this, under Game_Event line 203:
return false unless $game_switches[c.switch1_id]
Usually I'd provide more... But... This is the original code of the game!...
Script 'Game_Event' line 203: NoMethodError occurred.
undefined method '[]' for nil:NilClass
And I'm just... Wondering why? Lol...
Okay so here's the thing: I can NOT start a new game. That's what this line of code is for.. But... I can load a state?... I'm so confused someone please halp lol
return false unless $game_switches[c.switch1_id]
Usually I'd provide more... But... This is the original code of the game!...
Script 'Game_Event' line 203: NoMethodError occurred.
undefined method '[]' for nil:NilClass
And I'm just... Wondering why? Lol...
Okay so here's the thing: I can NOT start a new game. That's what this line of code is for.. But... I can load a state?... I'm so confused someone please halp lol
Last edited:
