User Tools

Site Tools


set_dialogue

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
set_dialogue [2017/05/10 14:04] justinset_dialogue [2017/05/10 15:17] justin
Line 10: Line 10:
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
 |npc_id|Entity ID of the NPC for which to update the dialogue.|[[String]]|Yes| |npc_id|Entity ID of the NPC for which to update the dialogue.|[[String]]|Yes|
-|dialogue_name|Name of the new dialogue (as shown in the Game Explorer).|[[String]]|Yes|+|dialogue_name|Name of the new dialogue.|[[String]]|Yes|
  
 ====Example:==== ====Example:====
 <code python> <code python>
-set_dialogue("npc_id", "dialogue_name")+set_dialogue("purple_slime", "second_dialogue")
 </code> </code>
-//Results://+//Results:// The purple slime's dialogue is changed to "second_dialogue".
  
 <WRAP center round tip 100%> <WRAP center round tip 100%>
-Use the **Set Dialogue** function to ...+Use the **Set Dialogue** function to switch an NPC to an entirely different dialogue after your game has progressed to a new part of the story or to remove an NPC's dialogue after they no longer have anything left to say.
 </WRAP> </WRAP>
  
set_dialogue.txt · Last modified: 2021/04/21 18:49 by justin