JSHT21 Posted February 19, 2012 Share Posted February 19, 2012 How would I go about having a book starting a quest when read? I know how to place the book to where I want it, and how to change the text and etc. within the book. Link to comment Share on other sites More sharing options...
ShAd0wC4t Posted February 19, 2012 Share Posted February 19, 2012 (edited) How would I go about having a book starting a quest when read? I know how to place the book to where I want it, and how to change the text and etc. within the book. Edited after I realized I completely missed everything you said. Haha. Try the quest making tutorials. I'm sure you can add crap to them like any other object. Edited February 19, 2012 by ShAd0wC4t Link to comment Share on other sites More sharing options...
xThreads Posted February 19, 2012 Share Posted February 19, 2012 you should also look at the existing quests started by reading a book and learn a little bit from them. Link to comment Share on other sites More sharing options...
DeathWarrior Posted February 19, 2012 Share Posted February 19, 2012 (edited) Under "Quest Property <script name here> Auto" add this: Event OnRead() <script name here>.SetStage(beginning stage #)EndEvent Example: Quest Property TestScript Auto Event OnRead() TestScript.SetStage(10)EndEvent Edited February 19, 2012 by DeathWarrior Link to comment Share on other sites More sharing options...
sherbetsu Posted February 22, 2012 Share Posted February 22, 2012 Search for "The Legend of Red Eagle" in Items/Book/Clutter - it shows how to start a quest from a book. Link to comment Share on other sites More sharing options...
Recommended Posts