Making a simple quest with a note.

Post » Tue Oct 29, 2013 9:52 am

I am trying to make a simple quest in the ck. ,(I know the basics but I am a complete novice in making quests)

How am I going to do this:

1. Player grabs note

2. player reads note --> triggers quest

3. player needs to find an item, stated in the note. (Not viewing it's location on the map)

4. Player finds item --> Quest completed.

How am I going to do this, especially with the script parts

Thanks!

User avatar
LuBiE LoU
 
Posts: 3391
Joined: Sun Jun 18, 2006 4:43 pm

Post » Tue Oct 29, 2013 12:54 pm

for the first part, you'd put a script on the note, make your quest a property and http://www.creationkit.com/OnRead_-_ObjectReference YourQuest.Start () or YourQuest.SetStage (xyz)

for the second part, you'd give that item a script and http://www.creationkit.com/OnContainerChanged_-_ObjectReference, well, complete the quest in whatever fashion you want. :-) (likely setting a stage that's marked "completes quest")

User avatar
Undisclosed Desires
 
Posts: 3388
Joined: Fri Mar 02, 2007 4:10 pm


Return to V - Skyrim