Quote:
|
Originally Posted by Fry
Now function bar shouldn't have access to foovar, yet it does and it is one big source for errors.
|
Yes it can be confusing sometimes, but it was the only way in the old scripting engine to pass parameters to the called function so it cannot be just removed. It could be possible to add the possibility to modify the scope of variables by serveroptions may be, although it can be even more confusing if the same script works differently from server to server.