Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Ok update...

I am able to get Op2 and the next title area to work fine.  As far as I can in obj_GameControl chapter 2 is enumerated correctly as well as intro is.


// OP1 doesnt currently work
if (op1) { gameState = gState.chapter2; playState = Chap2.intro; }
if (op2) playState = Title.encounter1;
break;

case Title.encounter1:

msg = @"testing a new playstate chatper 1 enounter 1




Press 1 to return to Title Screen for testing";

//Doesnt currently work
if (op1) { gameState = gState.titleScreen; playState=Title.mainMenu; }