If I pass the names of the CollisionNodes, the event is triggered.
- Code: Select all
handler.addInPattern('cSegment-into-cSphere')
But when I try to use things like tags, nothing happens:
- Code: Select all
handler.addInPattern('cSegment-into-%(mytag)ih')
When I print a collisionEntry in the first example, it shows my into node really has a tag named "mytag".
So what am doing wrong when constructing the string?
