weasels333 Posted July 10, 2012 Share Posted July 10, 2012 I Need help scripting papyrus for an item. It's a book with the ID WRTbook, when it's read it needs to set the stage of a quest called WRTquest to 10. I have no idea how to do this. Can anyone help? Link to comment Share on other sites More sharing options...
gasti89 Posted July 10, 2012 Share Posted July 10, 2012 Attach to the book (or the book's alias) the script "DefaultSetStageOnCloseBook" (the name is wrong but it will do what you need). The script is already done and you just have to fill the properties with your stuff. Link to comment Share on other sites More sharing options...
weasels333 Posted July 10, 2012 Author Share Posted July 10, 2012 I'm still not sure I understand. Would it be "WRTquestSetStage10OnCloseBook"? Link to comment Share on other sites More sharing options...
gasti89 Posted July 10, 2012 Share Posted July 10, 2012 no, it's like i wrote before (don't just copypaste the name, do a search with DefaultSetStage as filter, i'll find it. If Beth fixed the wrong name it could be OnRead instead of OnCloseBook) Link to comment Share on other sites More sharing options...
weasels333 Posted July 10, 2012 Author Share Posted July 10, 2012 (edited) What properties? :wacko: Edited July 10, 2012 by weasels333 Link to comment Share on other sites More sharing options...
flobalob Posted July 10, 2012 Share Posted July 10, 2012 These properties. Link to comment Share on other sites More sharing options...
gasti89 Posted July 11, 2012 Share Posted July 11, 2012 I suggest you to read at least the CKwiki scripting tutorial http://www.creationkit.com/Bethesda_Tutorial_Papyrus_Hello_World You won't obviously understand anything if you don't learn the scripting basics first. Link to comment Share on other sites More sharing options...
weasels333 Posted July 11, 2012 Author Share Posted July 11, 2012 I read that :wallbash: still can't figure it out. So, properties "MyQuest", "PreReqStage", and "StageToSet? I'm guessing value 10 for the last one, but what about first two? Link to comment Share on other sites More sharing options...
gasti89 Posted July 11, 2012 Share Posted July 11, 2012 myQuest is your quest and prereqstage is the stage you must be on in order to make the script work. So since you're setting stage 10 i guess you would be on stage 0? Link to comment Share on other sites More sharing options...
weasels333 Posted July 11, 2012 Author Share Posted July 11, 2012 I'll work on it. Thanks for all the help. Link to comment Share on other sites More sharing options...
Recommended Posts