Page 1 of 1

DSB / Lua questions

Posted: Thu Dec 09, 2010 12:18 pm
by Joramun
1/ Are the "table" manipulation and external file manipulation (input and output) libraries implemented in DSB ?
(functions like table.insert() etc. would have saved me from a lot of problems :wink: )

2/ Is it possible to have a "journal" registering all dsb_write() calls and their text input ? (with or without color, I don't really care)
(not necessarily putting them to a file (log.txt) but at least being able to keep track of all that during the dungeon execution)

Re: DSB / Lua questions

Posted: Thu Dec 09, 2010 3:01 pm
by ian_scho
I think I asked 1) before, so if it's a yes - 'whippie!'

I understand the security implications of implementing the I/O stuff though.