Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Jndev9

3
Posts
A member registered Aug 20, 2024

Recent community posts

(1 edit)

Hey, I've been playing through AAA and loving it so far but I ran into a bug that crashes my game at the end of the sequence in the cemetery when you talk to the lady in black. At the end of the last fight when the screen fades to black I get the error:

Script: Game_interpreter line 1411: NoMethodError occurred. undefined method template_id for nil:NilClass.

Would appreciate some feedback since I think I can't continue the playthrough because of it as far as I'm aware.

Thanks in advance.


Edit: Figured it out. Was due to swapping equipment and swapping back after. My guess is there's a check to prevent from keeping the equipment and because I didn't have it game crashed. Gonna leave this here just in case. Thanks anyways.

Oh wow thanks so much for the fast response! Will try it immediately, thanks again.

Hello! I was using your plugin when I ran into some issues when trying to check for weapons and armor. 
The weapon check gives different results when the weapon is equipped, since in the plugin help it says it checks both I'm figuring that either I'm not doing it properly or something isn't working correctly. I tried both hide and disable with the same result.
This is how I have it written:


The issue with the armor check is worse since it doesn't work at all, as soon as I access the choice i get the following error:


And this is how it's written:


I also tried the plugin on a brand new project and everything remained the same so I don't think it's a compatibility thing. Also I'm very new to rpg maker so if it's something i'm doing wrong i apologize in advance for the time waste.
Thank you