Set Variable in C#
Posted: Mon Jan 16, 2023 8:07 pm
Is there a way to change a variable trough a c# code?
i update a quest like this:
I have set some Booleans in the Dialogue System and would like to change them with code like i do it with my Quests.
i update a quest like this:
Code: Select all
QuestLog.SetQuestState("Omi", QuestState.Success);