xgamexfreakx
Member
I have a problem with SDK v2.2. Whenever I try to run in my game, I get an error that says, Script 'SDK 2.2' line 3713: NoMethodError occurred. undefined method 'update' for nil:NilClass I am using the HUD Script, eharper256's Dynamic Time System Script, The level up notice script, the Quest Manager Script, and the Skill Shop Script.
What does this mean and how do I fix it? Thanks in advance for the help.
edit: I found where my script is conflicting. I am running the HUD Script in my game, which causes an error when I try to run the SDK. If I take out the HUD script, it runs fine. The SDK is also conflicting with my MP3 Player event. When I run my mp3 player, I use a script that says: $game_mp3.include?(item id). For this to work, I have to make an event that says,
$game_mp3.push(item id). When the game gets to the line in the event it gets an error that says 'push' is an undefined method. Anyone know how to fix this? BTW-I got my scripts from downloads on this site. Thanks!!!
What does this mean and how do I fix it? Thanks in advance for the help.
edit: I found where my script is conflicting. I am running the HUD Script in my game, which causes an error when I try to run the SDK. If I take out the HUD script, it runs fine. The SDK is also conflicting with my MP3 Player event. When I run my mp3 player, I use a script that says: $game_mp3.include?(item id). For this to work, I have to make an event that says,
$game_mp3.push(item id). When the game gets to the line in the event it gets an error that says 'push' is an undefined method. Anyone know how to fix this? BTW-I got my scripts from downloads on this site. Thanks!!!