DvdAuthor is ignoring the Jump chapter command (no errors just ignoring it)
(and no I can't use the jump title 1 chapter (it restarts the pre commands)
jumppad is off
And yes the chapters are legal etc.

I really don't want to create a dummy (loses compliancy)

(from xml file)

<pre>
if(g0==123){g1=12346;g0+=1;call vmgm menu entry title;}
g0=123;
if(g1==12346)
{g1=12345;jump chapter 4;}
</pre>
<post>{g0=2;call vmgm menu entry title;}</post>

I'm A bit confused I looked at the ttn pre commands in PgcEdit -- not there

Any help -- trick --Ideas

It looks like DVDAuthor is ignoring the second command in the Block (it will create the jump if its the first command) but of course I need the gprm reset before the jump

{g1=12345;jump chapter 4;}