Cannot select characters in slots 8+

the manager doesnt choose the char cause isnt in the 1º 8 slots , can someone help me?

This is not supported yet.

this is now supported

1 Like

what should i do now then? download again?

update via svn / git or download again

i downloaded again but still wait in char selection

is this on single player?

// Single Player screen fix
if (getLocation() === 12 && !getControl(4, 626, 100, 151, 44)) {
	ControlAction.click(6, 33, 572, 128, 35);

	break;
}

Starter scripts have single player screen fix by default so it will actually exit from the char selection screen when looking for extra characters. You need to comment these out if you plan to run them in single player.