Talk:Quest and Dialogue Tutorial

From GECK
Jump to: navigation, search

This is excellent work.
--Quetzilla 23:18, 5 January 2009 (UTC)

Voice Result [Question]

I would Like to know if the kid's voi ce come out clean, also if it is already preselected, (For Example, If I picked up a female NPC, a female voice would be already with it) and if it is changeable, if it is... how? Respond only if you can... it doesn't really matter, thanks for any help provided..
-- Reapper77 23:26, 8 March 2009 (UTC)

NPC Given Reward [Question]

Another thing... It's not a bit tricky. It is about the perk reward, you didn't really mention how to make the perk and how to receive it through Dialog... But Nevertheless, Besides the hard part, here comes an easier question that I REALLY would like to know: How could I make her give me an object after the quest completion dialog topic??? PLEASE answer... I'm Puttin' some sweat into my plugin' and I'll post it as soon as done, so the quicker the help the faster and better the result. Anyway, Thank You Really for any help that can be provided...
-- Reapper77 23:26, 8 March 2009 (UTC)

You put the following code in the Result Script (End) box in the dialogue window:
player.AddItem ItemEditorID 1
That will add 1 item with editor ID ItemEditorID to the player after the NPC finishes speaking.
--Qazaaq 12:13, 9 March 2009 (UTC)