I am using multiple databases, each one is used separately for one character.
In them, each have a variable called "OfferedHelp".
In the documentation, I noticed the SetVariable method, however, I did not see whether it is possible to set a specific database the variable:
Code: Select all
DialogueLua.SetVariable("OfferedHelp", true);
If I have multiple databases, how should I specify in which database to set the variable to?