quote:
Originally posted by ash44455666
I found out the problem
Ah, yes, the good old wrongly-named-parameter symptom.
quote:
Originally posted by ash44455666
Thanks for the idea with the debugger it's a life saver for us beginners (and probably the more advanced programmers too).
I can assure you: every script developer needs the debugger. If something is wrong, the debugger tells you exactly where to look. If we wouldn't have a debugger, script debugging would be much harder, since we'd have to test every line of the script and see it that caused the error. The script debugger is a bless for us!