I love the work you have done but I feel like I am confused on why I cant seem to get a gamestate change to chapter 2 using. Still very new to the GML side of things vs drag and drop. This was the only thing I had added in scrChapterr1 and duplicated to create a scrChapter2 while adjusting everything it to to align with 2 or chp2.
if (op1)
{
gameState = gState.chapter2
playState = Chap2.intro;
}
The only other thing is I noticed you didnt leave any examples of inventory items or combat. Do you have any good suggestions on gamejam or the GM marketplace for that?