by ashenk69 » Sat Jan 26, 2013 05:41
After moving to the newest dev version of minetest, I am now able to use the show_formspec function which now allows me to create books. In creative mode you can use the command /books to open up the books menu. From there you can define a title you want to give the book and it will create it for you. Once you click on one of the books you created it will open another menu which shows the book's contents and this is where you'll write the story or message. Information from books is saved like everything else, with the /save command. I am thinking of adding another name to the book because currently I register the books by their titles and that can cause issues and limitations. If I add another name to it for registering than the title can be anything you want.
As far as quests go. I have been working on how to get quests to signal if they are completed or not. I am really close I just need to fix a few things.
Last edited by
ashenk69 on Sat Jan 26, 2013 05:42, edited 1 time in total.