View Single Post
  #8  
Old 02-27-2006, 06:16 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
Ok checked it, the problem is that you are not setting profiles for the gui controls, so it has problems to calculate the size of the scrollbar and such. The crash / error is fixed in the next version of v4, it would still be good to set some profile to the controls (profile = GuiScrollProfile or so).

'savelines' is saving an array into a file. Checking your script, I guess you would need to do something like:
temp.var = {params[1]};
temp.var.savelines(filename,doappend)
Reply With Quote