diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/SetActive.cs b/Assets/Fungus/Flowchart/Scripts/Commands/SetActive.cs index bfe971ac..69ad01b7 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/SetActive.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/SetActive.cs @@ -33,7 +33,7 @@ namespace Fungus return "Error: No game object selected"; } - return targetGameObject.name; + return targetGameObject.name + " = " + activeState.GetDescription(); } public override Color GetButtonColor()