Talk:Bethesda Tutorial Dialogue

From the CreationKit Wiki
Revision as of 04:50, 10 February 2012 by imported>Drmccoy
Jump to navigation Jump to search

Is anyone else unable to record voice (using a USB Headset / Windows 7 x64) ? The input format list is empty, and the Ok control is disabled.

SacredSkull

^ I also have this problem with the blank input format list with the grayed out OK button. Hoping someone from bethesda can help us get past this, I want to voice my own NPCs! :( super6plx

While I'm facing the same problem, it seems to work fine for me if I choose the correct recording device (default windows device doesn't seem to work). Even though I cannot specify an input format, I'm able to record audio and lypsync it.
--Drmccoy 04:47, 10 February 2012 (EST)


Starting a quest by reading a book

Anyone that knows how to start a quest, by reading a book or note? --Regards, DarkruneDK 15:09, 9 February 2012 (EST)

You should be able to link a papyrus script to your book, something like that:
 Event OnActivate(ObjectReference akActionRef)
   MyQuestIDHere.SetStage(10)
 endEvent

With MyQuestIDHere being the ID of the quest you wish to start and 10 being the first Index of its stages. Hit the Forums or [[1]] for more Info

--Drmccoy 04:50, 10 February 2012 (EST)