* Changed max statements to 900. It was possible that it reached the 1000 limit before checking if there were too many statements.

* Minor tweak to the length() proc.
This commit is contained in:
Giacomand
2013-08-05 02:32:28 +01:00
parent 8180f4d18a
commit da2adeb755
2 changed files with 2 additions and 1 deletions
@@ -127,6 +127,7 @@
if(container)
if(istype(container, /list) || istext(container))
return length(container)
return 0
// BY DONKIE~
// String stuff