You don't change the table in the file, you load the information from the file into memory. You alter it while it's in memory and then you save it to the file.
What OLC are you using? ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, June 28, 2004 4:41 PM Subject: Custom Editors > > > Hello. I am making a forage system and I have the items stored in the table > depending on the zone they are in. This means that I have to put them in by > hand. I was thinking it would be cool if I made an editor to allow the builders > to place these items themselves. However, I have no clue in order how to do > this, so I decided to post here looking for some general suggestions and maybe > some pseudocode. > > The problem for me is having the editor to change the table in the file, if I > could get that done then I could make a custom editor for them! > > -- > ROM mailing list > [email protected] > http://www.rom.org/cgi-bin/mailman/listinfo/rom >

