Skip to main content

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

Plugin Community

Discover and discuss the world of our RPG Maker plugins · By LTN Games

Error with Chapter Select Plugin

A topic by AllusionAtelier created Mar 20, 2025 Views: 76 Replies: 2
Viewing posts 1 to 2
(1 edit)

Hey, there! Thank you very much for this plugin, I'm eternally in your debt! I'm running into an error, though; I'm using the beta MZ version, and when I go to open the scene, the save screen loads instead? Then when I go to back out of it, this error pops up; "Type Error: $gameMap.encounterList is not a function or its return value is not iterable." (This was done in a vanilla project as well, which returned the same error.) And in my actual project, after I exit out of the save screen that gets triggered, I'm getting an error that says; "Cannot read property 'screenX' of undefined."

 Any help would be appreciated. Thank you, again!

(+1)

The screen load is intended because chapters are tied to game saves, there is a plugin parameter you can use that says "Load latest save", this should skip the load scene and automatically load the latest save if one exists. As for your error, that is new to me, I will take a look at this for the next update.

(2 edits)

Okay, thank you! I almost have it working now, using the beta version! The menu appears and when I click on a chapter it teleports and everything...only if I press the 'back' button or try to exit out, I get the same message;  

TypeError

$gameMap.encounterList is not a function or its return value is not iterable.

I've also noticed that the above error changes depending on what plugins are on. Like when VS Battle Core is on, the error becomes; 

SyntaxError

Unexpected token u in JSON at position 0

So I'm really not sure what could be going on, but I hope it helps!