I'm doing a check within an event to make sure the player has enough ore.
Here's how it's set up
I'm getting that error on line 750 of Game_Interpreter , which reads
" actor = $game_actors[@parameters[1]]"
I have not modified that script in any way, so I'm not sure why it's pulling that error. Although I am using a good number of scripts, I haven't had any compatibility issues thus far.
Here's a list of my added scripts.
Any ideas what could cause this, or how I can fix it?