I seem to get an "no 'rts' behavior found" error.
The code in which I see is the source of this error is this kind:
NPC.MovAngle Equal to 180
--> Set NPC angle to 180
Wherein "NPC" is a family name and not a specific object name. I'm trying to use family names so that I would not need to make each code for each object inside the same family.
In English, it would be "If an object inside the family "NPC" is moving at 180 degrees, change that object's animation angle to 180 degrees."
Is Construct unable to do this at this time?