04-12-2010, 01:33 AM
First, check to make sure that Game_Event starts with 'class Game_Event < Game_Character'
If it doesn't, there's your problem.
If it does, open the script editor, ctrl+shift+f, type 'def moveto', then hit 'start search'.
If no results show up for Game_Character, there's your problem.
If a result shows up for Game_Character, I have no idea.
If it doesn't, there's your problem.
If it does, open the script editor, ctrl+shift+f, type 'def moveto', then hit 'start search'.
If no results show up for Game_Character, there's your problem.
If a result shows up for Game_Character, I have no idea.