View Single Post
  #6  
Old 05-18-2005, 06:48 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
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.
Reply With Quote