![]() |
![]() ![]() ![]() ![]() ![]()
|
Author | Topic: Overflow error |
Pikaflare |
![]() 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 |
![]() 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 |
![]() I was using QDK for the game addition. Can QDK make an error like that? Maxpowr |
Alex |
![]() I'd hope not - email me your ASL file. |