I'm trying to make a P4ssword door using Configuration object. Here's the brick and it's children: Door.Configuration.Word ("Word" is a StringValue) ...and... Door.Script
How do I have this line: if (msg == "message") then ...refer to the StringValue inside Configuration?
You can access the StringValue object's Value property like any other property. It is a string.