|
Axe Software Forums
Quest Developer Forum Overflow error
|
Author | Topic: Overflow error |
Pikaflare |
posted 15-11-2001 22:21 GMT
I read your reply about my overflow error. It couldn't have been caused by too many/not enough braces. There are specific errors for those. On Quest or QDK startup it will display the error "too many {" "or not enough {" Are there any other causes? Should I post the script? It's a roulette table for the casino in The Dark Project. Maxpowr |
Alex |
posted 16-11-2001 12:31 GMT
It can still happen if you do something like this: if (something) then { Quest won't like that at all (the else has to be on a separate line to the closing brace from the "then"). So, if you've done something similar, you could encounter an overflow. |
Pikaflare |
posted 17-11-2001 12:44 GMT
I was using QDK for the game addition. Can QDK make an error like that? Maxpowr |
Alex |
posted 17-11-2001 13:15 GMT
I'd hope not - email me your ASL file. |