Axe Software Forums
  Quest Developer Forum
  Quest 3.1 error - !intproc...


Author Topic:   Quest 3.1 error - !intproc...
Computer Whizz posted 01-11-2002 01:55 GMT     
For some reason Quest 3.1 has come back with an error from my file saying this:

01:56:10 WARNING ERROR: Unrecognized keyword. Line reads: 'e do <!intproc4>'

Now I don't have any "!intproc" 's in my code. As far as I can see I hand-wrote the code all by myself (as I recall I did it just over a year ago, when I was at IBM for 4 weeks).

If you want to see the file it's here; [url]www.roxor.freeserve.co.uk/Shooting demo.asl[/url]...

I'm not sure if this has been fixed in the later version of Quest, but I'm installing the latest tonight...

Computer Whizz

Computer Whizz posted 01-11-2002 19:57 GMT          
I fixed this - the error is where Quest uses two different kinds of "if" statement...

It uses if () sometimes, while it uses if <> for others.

Computer Whizz

Alex posted 02-11-2002 08:58 GMT          
Quest uses "if ( ... )" for equality and inequality conditions, where something is equal to something else, greater than it, etc. There's no "if < ... >" - but you would use "if [some other condition] < ... >", with the normal angle brackets for parameters, where you wanted to do something such as ask the player a question.
Computer Whizz posted 02-11-2002 23:14 GMT          
I didn't mean there was an error on your part Alex - I mean an error when I wrote it out...

I used if here () instead of if here <>.
The error totally lied with me...

I just thought I'd clear up my last message since it seemed like I was poking a stick at an ASL bug, it was my problme : )

Computer Whizz