don't work. And like most rumors, it's untrue. So just output a debug
message.
else if(naIsGhost(prop)) node = *(SGPropertyNode_ptr*)naGhost_ptr(prop);
else return naNil();
- if (node->isTied()) {
- naRuntimeError(_context, "cannot attach listener to tied property %s",
+ if (node->isTied())
+ SG_LOG(SG_NASAL, SG_DEBUG, "Attaching listener to tied property " <<
node->getPath());
- return naNil();
- }
naRef handler = argc > 1 ? args[1] : naNil();
if(!(naIsCode(handler) || naIsCCode(handler) || naIsFunc(handler)))