I've been following the "Audio-Subtitle Manager"-tutorial at mediachance.com, and the only thing I need now, is to get the Setup Entry to work. For some reason, following the tutorial doesn't quite do it - if I copy/paste the Setup Entry's VM Commands, I can't press the settings button in the menu (I can, but it doesn't do anything.) However, if I increment the numbers so it instead of
Code:
if (GPRM0 == 64) LinkPGCN 4
if (GPRM0 == 65) LinkPGCN 5
if (GPRM0 == 100) LinkPGCN 6
if (GPRM0 == 164) LinkPGCN 7
if (GPRM0 == 165) LinkPGCN 8
LinkPGCN 3
would be
Code:
if (GPRM0 == 64) LinkPGCN 5
if (GPRM0 == 65) LinkPGCN 6
if (GPRM0 == 100) LinkPGCN 7
if (GPRM0 == 164) LinkPGCN 8
if (GPRM0 == 165) LinkPGCN 9
LinkPGCN 4
then I can at least reach the settings page, but the settings aren't remembered.

IE. if I press audio1 and subs2, go back and reopen the settings page, it should read audio1, subs2, but instead it reads audio1, subs1. The only combinations that can be remembered are audio1, subsOff (pg. no. 3, starting page) - audio2, subs1 (pg. no. 7) and audio2, subs2 (pg. no. 8 - last one, 'cept for the Setup Entry.)

The only difference between my menu, and the example in the tutorail, is that I added an extra page instead of the intro-video (I've got a main-page and a "pre-main" page, whereas in the tut, its an intro followed by a main-page...)

I guess I should finish off saying that, nomatter settings are, the movie follows it, so I can easily play the movie without any problems, it'd just be a bit annoying if you'd have to check the settings everytime you return to the menu... Any suggestions as to how I might solve this?

PS: I've already posted on mmb, I just haven't gotten any replies...