DSB / Lua questions

This forum is for the Lua scriptable clone of DM/CSB called Dungeon Strikes Back by Sophia. Use DSB to build your own highly customised games.

Moderator: Sophia

Forum rules
Please read the Forum rules and policies before posting. You may Image to help finance the hosting costs of this forum.
Post Reply
User avatar
Joramun
Mon Master
Posts: 927
Joined: Thu May 25, 2006 7:05 pm
Location: The Universe

DSB / Lua questions

Post 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)
What Is Your Quest ?
User avatar
ian_scho
High Lord
Posts: 2807
Joined: Fri Apr 07, 2006 8:30 am
Location: Zaragoza, Spain

Re: DSB / Lua questions

Post 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.
Post Reply