Quote:
Originally posted by CheeToS2
x.x is there any NPCs in there?
something in the script is probably trying to divide by 0, which is a mathmatical impossibility
|
No.
1) The problem wouldn't manifest itself as the level is loading, since it's a runtime error.
2) Graal has no problems with divide-by-zero errors. Try writing a script with the line 'temp=1/0' - temp will probably just be set to a really high number.
3) It is cool that 'divide by zero' acronymifies to 'DBZ'.