Log in

View Full Version : Re: Post Commands not working


Kaimaster
9th November 2004, 07:03
Hi Guys

I finally worked my way around this problem:

With adding a few more lines in my POST section, I was able to get it working the way it should. I also had to change my buttons to assign GPRM(3) to a value instead of another GPRM.

Button 1 - Set gprm(3) =(mov) 1 ; LinkTailPGC
Button 2 - Set gprm(3) =(mov) 2 ; LinkTailPGC
Button 3 - Set gprm(3) =(mov) 3 ; LinkTailPGC
Button 4 - Set gprm(3) =(mov) 4 ; LinkTailPGC
Button 5 - Set gprm(3) =(mov) 5 ; LinkTailPGC
Button 6 - Set gprm(3) =(mov) 6 ; LinkTailPGC


POST Commands:

1 if ( gprm(3) != 1 ) then { Goto line 3 }
2 (JumpTT) Jump to Title 2
3 if ( gprm(3) != 3 ) then { Goto line 5 }
4 (JumpSS) Jump to VTSM 2, Chapter menu (TTN 3)
5 if ( gprm(3) != 5 ) then { Goto line 7 }
6 (JumpSS) Jump to VTSM 2, Sub-picture menu (TTN 3)
7 if ( gprm(3) != 2 ) then { Goto line 9 }
8 (JumpTT) Jump to Title 3
9 if ( gprm(3) != 4 ) then { Goto line 11 }
10 (JumpSS) Jump to VTSM 3, Chapter menu (TTN 3)
11 if ( gprm(3) != 6 ) then { Goto line 13 }
12 (JumpSS) Jump to VTSM 3, Sub-picture menu (TTN 3)
13 LinkPGCN PGC 2

It works 100% now.

Thanx for all your input guys..


KM

erdoke
9th November 2004, 09:01
This is just like what I suggested.:)
I'm happy you succeeded finally.

2COOL
9th November 2004, 19:35
Initial report and discussion started from this thread (http://forum.doom9.org/showthread.php?s=&threadid=85094).