Forums › 💬 NodeCanvas › ⚙️ Support › Errors on startup › Reply To: Errors on startup
Hello,
Regarding the error if you are using latest MonoDevelop, there shouldn’t be any. If you are using an older version of MonoDevelop, make sure you are using .NET 4. Here is a Unity answer with screnies: http://answers.unity3d.com/questions/176305/default-parameter-specifiers-are-not-permitted.html
To get/set a blackboard variable, you do so like this in JS: blackboard.GetDataValue.(“myBoolName”) blackboard.SetDataValue(“myBoolName”, true);
Here is the doc: http://nodecanvas.com/documentation/the-blackboard/direct-access/