How to clear variables from script.
Posted: Tue Sep 07, 2021 9:36 am
Code: Select all
DialogueLua.GetVariable()
Code: Select all
DialogueLua.SetVariable()
Best regards.
Support and discussion forum for Pixel Crushers products
https://www.pixelcrushers.com:443/phpbb/
https://www.pixelcrushers.com:443/phpbb/viewtopic.php?t=4842
Code: Select all
DialogueLua.GetVariable()
Code: Select all
DialogueLua.SetVariable()
Code: Select all
DialogueLua.SetVariable("Your Variable", null);
Code: Select all
DialogueManager.ResetDatabase();