Difference between revisions of "Talk:Quest and Dialogue Tutorial"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Cipscis
m (Fixed username)
imported>Qazaaq
 
Line 10: Line 10:
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...
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...<br />-- [[User:Reapper77 | Reapper77]] 23:26, 8 March 2009 (UTC)
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...<br />-- [[User:Reapper77 | Reapper77]] 23:26, 8 March 2009 (UTC)
:You put the following code in the '''Result Script (End)''' box in the [[dialogue]] window:<dl>
player.[[AddItem]] ItemEditorID 1</dl>
:That will add 1 item with editor ID ''ItemEditorID'' to the player after the NPC finishes speaking.
:--[[User:Qazaaq|Qazaaq]] 12:13, 9 March 2009 (UTC)

Latest revision as of 07:13, 9 March 2009

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

Voice Result [Question][edit source]

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][edit source]

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)