| Furball - Oct-10-2004 server time |
| Wow, that isn't gonna help me very much. The code displayed IS helpful, but I gotta see what's in the INCLUDE statements as well. More than likely the problem exists in one of those files (Darn Turing, can't even surpass 3000 lines of code without an include statement.) How pitiful. |
| Fat Cat - Apr-01-2004 server time |
| is the syntax of some your conditional checks appears odd ?; EG; elsif x < 320 and x > 400 and y < 100 and y > 130 then return [ x can't be <320 AND >400 at the same time can it ? should this be an OR ] elsif x < 420 and x > 500 and y < 100 and y < 130 then return [ x can't be <420 AND >500 at the same time can it ? should this also be an OR statement ] |
| syb - Mar-16-2004 server time |
| Well. I haven't done anything in turing for a bit so... i'll have to think on it. just one thing. Is that all you code if not can you give all of it to me? |
| KukuriChan - Mar-16-2004 server time | ||
I'm suppose to be doing a dice game during this break but there's something wrong with my program. See, I have a problem with my code. When you choose the play button, it loads the screen instantly but then it goes right to the procedure that tells you how to play and then goes to the next procedure. How do you make it so that the procedure is only active when you choose it? I tried putting it in the conditional loop but there was an error when I did that.
|