tredmillion Posted November 27, 2012 Share Posted November 27, 2012 So i was just thinking about housing mods and such like and how it would be cool to make a feature where you "plan" your quests, things like the thieves guild quests or something, and then i started to think, what if you could code it so that a book in your inventory would auto update everytime you get a quest or everytime the quest updates, serving as a journal which you can read through previous exploits as well as keeping all important information written down instead of some magical mind journal like what we have now! so heres my question, is it possible to using scripting to make the text of a book change upon certain conditions being met, obviously for a full journal change you would have to go through every single quest stage and add them in as conditions to the text being changed, also if the first thing is possible, is it then possible to draw the text directly from the quest descriptions rather than having to recompile then as a book, obviously it is wildly unrealistic to even think about making seperate books to fufill all possibilities of quest completion. would love to hear peoples thoughts and ideas on this (especially if its even possible) Link to comment Share on other sites More sharing options...
acidzebra Posted November 27, 2012 Share Posted November 27, 2012 (edited) Books are essentially pointers to html, text or images. But you could prepare a few books containing various stages, give them all the title (for example) "[playercharacter's name]'s exploits in the Thieves Guild" and swap them out as quest stages complete to make it appear as if the book is being updated. Edited November 27, 2012 by acidzebra Link to comment Share on other sites More sharing options...
tredmillion Posted November 27, 2012 Author Share Posted November 27, 2012 hang on, you can use html to dictate whats in the book?....i just thought it was simple text with a few tags for font, font size and images :P Link to comment Share on other sites More sharing options...
acidzebra Posted November 27, 2012 Share Posted November 27, 2012 (edited) Well, subset of, most likely. I see p tags, img tags, font tags, and so on. Very simple stuff. Edited November 27, 2012 by acidzebra Link to comment Share on other sites More sharing options...
Recommended Posts