Termskii 0 Posted May 23, 2021 As I'm very new to RPG Maker VX Ace, I'm not sure what possible error has happened. Looking at the source code, I've found nothing misplaced or wrong. What could possibly be making this happen? Whenever my actor makes one step it brings up the first image. The 2nd was from an earlier bug I got with an event. Share this post Link to post Share on other sites
roninator2 257 Posted May 23, 2021 Errors are always the results of code added or changed. So, what scripts have you put in your game or what have you changed? Share this post Link to post Share on other sites
Kayzee 4,033 Posted May 23, 2021 (edited) Errors like that for nil:NilClass can be hard to track down. It means the game is looking for something that it expects to be there but isn't! Looks like the first error is the game trying to create an even from nothing! Events need to be created with an RPG::Event object. The second looks like an error that is coming from a script call. Script calls always report the error there. Edited May 23, 2021 by Kayzee Share this post Link to post Share on other sites
PhoenixSoul 1,404 Posted May 25, 2021 May we have a complete list of installed scripts, including all the defaults? Share this post Link to post Share on other sites