From 5f576db799c066c3c60532a45d1d5678fc08b317 Mon Sep 17 00:00:00 2001 From: xen-42 Date: Wed, 9 Oct 2024 23:53:47 -0400 Subject: [PATCH] Update INewHorizons.cs --- NewHorizons/INewHorizons.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NewHorizons/INewHorizons.cs b/NewHorizons/INewHorizons.cs index 12002b1e..350d0e2b 100644 --- a/NewHorizons/INewHorizons.cs +++ b/NewHorizons/INewHorizons.cs @@ -146,7 +146,8 @@ namespace NewHorizons void DefineStarSystem(string name, string config, IModBehaviour mod); /// - /// Allows creation of dialogue by directly passing the xml and dialogueInfo json contents as strings + /// Allows creation of dialogue by directly passing the xml and dialogueInfo json contents as strings. + /// Must be called at least 2 frames before entering dialogue if you're using ReuseDialogueOptionsFrom /// /// TextAsset name used for compatibility with voice mod. Just has to be a unique identifier. /// The contents of the dialogue xml file as a string