QUOTE (Jeremy Avalon @ Apr 20 2006, 05:34 AM) |
Requesting Help With: A title screen |
QUOTE (Jeremy Avalon @ May 2 2006, 12:35 PM) |
Okay, sorry, but I have to push back the beta date by about a week. My AP Calc exam is this Wednesday and I've lost a lot of time to studying. (Shoulda paid attention earlier in the year. :twisted: ) |
QUOTE (lolje @ May 19 2006, 05:57 PM) |
![]() |
QUOTE (necro @ 9 Jun, 2007, 13:20) |
I guess its dead |
CODE |
ec1PROGRAM:ZGA :While 1 :DelVar B :If not(L3(1 // This detects whether Aragorn's in the party. He's the de facto party leader. :8->B // Otherwise the sprite for Frodo is used when moving around. :real(2,0,1,1,12,8,0,12,0,8,1,0,0,0 :real(1,8X-8,8Y-8,1,8,1,A+2(B>0),B+32,1,0,0 :real(1,8X-8,8Y-8,1,8,1,A+2(B>0),B,3,0,1 :If not(N :prgmXTEMP015 // Runs the random battle check :If K<106 :DelVar K :Repeat K≠0 :getKey->K :End :real(1,8X,8Y,1,8,1,0,0,0,0,0 :"ZCOL :real(10,0,8 :If K=24 :Then :2->A :X-1->X :prgmXTEMP008 :If (theta)<0 :X+1->X :End :If K=25 :Then :3->A :Y-1->Y :prgmXTEMP008 :If (theta)<0 :Y+1->Y :End :If K=26 :Then :4->A :X+1->X :prgmXTEMP008 :If (theta)<0 :X-1->X :End :If K=34 :Then :5->A :Y+1->Y :prgmXTEMP008 :If (theta)<0 :Y-1->Y :End :real(10,1,8 :If K=45 or K=106 // to give me an escape route from anywhere within the game, i.e. the "quit" function on the menu :Then :"ZQUIT :real(10,0,7 :prgmXTEMP007 :real(10,1,7 :real(10,1,0 :Return :End :If K=105 :Then :"ZMENU :real(10,0,8 :prgmXTEMP008 :real(10,1,8 :End :If X>12 or X<1 or Y<1 or Y>8 :Then :M-(X<1)+(X=13)->M :X-12(X=13)+12(X<1)->X :L-(Y<1)+(Y=9)->L :Y-8(Y=9)+8(Y<1)->Y :"ZMI // "Zee Map Index" :real(10,0,8 :prgmXTEMP008 :real(10,1,8 :End :Endc2 |
CODE |
ec1PROGRAM:ZCOL :[A](Y+1,X+1->(theta) :If (theta)=24 :Then :"ZSTORE :real(10,0,12 :prgmXTEMP012 :real(10,1,12 :DelVar KDelVar N :-1->(theta) :Return :Endc2 |
CODE |
ec1:If (theta)=0 or (theta)=25 or (theta)=26 or ((theta)>31 and (theta)<36) or (theta)=38 or (theta)=39 or (theta)=41 or (theta)=58 or (theta)=60 :Return :If (theta)=46 :Then : // didn't write this bit yet :Return :End :-1->(theta)c2 |
QUOTE (DJ Omnimaga @ 11 Nov, 2007, 14:04) |
By OSR I assume you mean Omnimaga speech routine, right? You may want to modify it if you use xLIB because my version use Codex |