|
Axe Software Forums
Quest Developer Forum HELP!
|
Author | Topic: HELP! |
melbrown2k |
posted 29-09-2000 18:56 GMT
I had a game which I was making and when I last went to open it to continue, it said: Run-time error '5': Invalid procedure call or argument and then closes down before I can do anything. Can this game be saved, if so how? |
Luridii |
posted 29-09-2000 19:24 GMT
Hmm. What you could try to do is enable the .log file in the Quest options screen, then try to open your game in Quest and it should record in the .log what is wrong with it. Open the .log file in notepad and look at what's made it unable to run. Hopefully '~' |
Alex |
posted 29-09-2000 20:20 GMT
A run-time error is certainly nasty. Check you haven't forgotten to put the final "#" after variable names etc., and, if you're coding by hand, that you haven't missed out any "end define" lines. If you're still having trouble please paste the ASL file here, or email it to me at [email protected] and I'll see what's going wrong.
|