Difference between revisions of "Fallout 4 Simple Fetch Quest Tutorial Chapter 13: Ending Dialog"

imported>Ravelabenergy
imported>Ravelabenergy
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
[[Category:New Users]]
[[Category:New Users]]
{{Tutorial Index
{{Tutorial Index
|series=Fallout4 Scripting Quest Tutorial
|series=Fallout 4 Scripting Quest Tutorial
|chapter=13: Ending Dialog
|chapter=13: Ending Dialog
|Prev=Fallout_4_Simple_Fetch_Quest_Tutorial_Chapter_12:_Scripting_Artifact_Retrieval
|Prev=Fallout_4_Simple_Fetch_Quest_Tutorial_Chapter_12:_Scripting_Artifact_Retrieval
Line 8: Line 8:
}}
}}


'''Note: This tutorial uses an Action-Reaction System.'''
'''Note: This tutorial is written in Action-Reaction style''' — Headers are the '''action''' you have to do, and the pictures that follow depict the '''reaction''' (or result) of the Creation Kit.


=Start up your Mod in the GECK=
=Start up your Mod in the GECK=
Line 92: Line 92:
=Click New=
=Click New=
 
 
[[image:Picture13-14.png]]
[[image:Picture13-14a.png]]


=Click INVALID=
=Click INVALID=
Line 100: Line 100:
=Select the NPC in the dropdown for Parameter 1=
=Select the NPC in the dropdown for Parameter 1=


[[image:Picture13-16.png]]
[[image:Picture13-16a.png]]


=Click the OK button=
=Click the OK button=
Line 106: Line 106:
Now only the NPC (AshSkow) can say the dialog.  If you don’t add this, the player or any NPC can saythe dialog if near.  
Now only the NPC (AshSkow) can say the dialog.  If you don’t add this, the player or any NPC can saythe dialog if near.  


[[image:Picture13-17.png]]
[[image:Picture13-17a.png]]


=Click the OK button again=
=Click the OK button again=
Line 112: Line 112:
So we’ve restricted the dialog to our NPC (AshSkow). The last restriction (condition) for the dialog is to have it only activate if theuser has retrieved the artifact (Quest Stage #30, i.e., <40).  
So we’ve restricted the dialog to our NPC (AshSkow). The last restriction (condition) for the dialog is to have it only activate if theuser has retrieved the artifact (Quest Stage #30, i.e., <40).  


[[image:Picture13-18.png]]
[[image:Picture13-18a.png]]


=Click New=
=Click New=
Line 120: Line 120:
=Select GetStage in the Condition Function drop-down, Set Comparison to <, and the Value to 40=
=Select GetStage in the Condition Function drop-down, Set Comparison to <, and the Value to 40=
   
   
[[image:Picture13-20.png]]
[[image:Picture13-20a.png]]


=Click the OK button=
=Click the OK button=