Hey Tony. I had another question. How do you Add/Subtract a int variable in C# script? Been digging through this website and I can't find no simple solution for it anywhere. Example. public int Coin = 100; void Start() int Coin = DialogueLua.GetVariable("Coin").AsInt; DialogueLua.SetVariab...