Search found 1 match
- Tue Sep 26, 2023 12:35 am
- Forum: Dialogue System for Unity
- Topic: How to change Dialogue Variable Boolean value?
- Replies: 11
- Views: 3816
Re: How to change Dialogue Variable Boolean value?
Hi, Thanks for using the Dialogue System! Yes, you can change the variable value in a C# script like this: using PixelCrushers.DialogueSystem; // (include at top of script) ... DialogueLua.SetVariable("Access_Code", true) There are also equivalent visual scripting actions for PlayMaker, e...