diff --git a/Assets/FungusExamples/FungusLua/Flowchart/Variables.unity b/Assets/FungusExamples/FungusLua/Flowchart/Variables.unity index a2e8f6d3..a1959da8 100644 --- a/Assets/FungusExamples/FungusLua/Flowchart/Variables.unity +++ b/Assets/FungusExamples/FungusLua/Flowchart/Variables.unity @@ -465,7 +465,7 @@ MonoBehaviour: to the Flowchart. - The Lua script uses the getvar() function to get a reference to the 2 FLowchart + The Lua script uses the getvar() function to get a reference to the 2 Flowchart variables, and then uses the .value property accessor to access the values of the variables.