You really should check out the RTC and DSB editors. They both provide building blocks within a GUI that can be strung together to make all sorts of interesting puzzles and gameplay mechanics. DSB is ultimately more flexible than RTC as DSB also has a built in Lua scripting engine, so you can customise it beyond what the GUI offers. RTC on the other hand has no scripting, but it has a lot of special ACTIONS thta can be invoked through dungeon mechanics for doing cool stuff such as interacting with the players experience gains, etc.Thels wrote:If you want to make an interesting dungeon, you really need to bring in some advanced logic for your switches and doors. I can't see how that's done in GUI without making the GUI more complex than the scripting.
Looks like I need to do a video of these editors so people can see how they work. You'll soon understand that with a decent GUI, you can indeed build interesting dungeons without needing to write code.