Difference between revisions of "Talk:Bethesda Tutorial Dialogue"
Jump to navigation
Jump to search
imported>Drmccoy |
imported>Drmccoy |
||
Line 14: | Line 14: | ||
Anyone that knows how to start a quest, by reading a book or note? --[[User:DarkruneDK|Regards, DarkruneDK]] 15:09, 9 February 2012 (EST) | Anyone that knows how to start a quest, by reading a book or note? --[[User:DarkruneDK|Regards, DarkruneDK]] 15:09, 9 February 2012 (EST) | ||
: You should be able to link a papyrus script to your book, something like that: | |||
<source lang="papyrus"> | |||
Event OnActivate(ObjectReference akActionRef) | |||
MyQuestIDHere.SetStage(10) | |||
endEvent | |||
</source> | |||
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 [[http://www.creationkit.com/Bethesda_Tutorial_Papyrus_Hello_World]] for more Info | |||
:: --[[User:Drmccoy|Drmccoy]] 04:50, 10 February 2012 (EST) |
Revision as of 04:50, 10 February 2012
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.
^ 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)