I have 2 meshes, mesh (A) swings a sword. On that sword is a box. The box has a property “Sword”
Mesh (B) also has a box, it is about the size of the mesh itself.
In the logic for Mesh (B) Collsion with property Sword AND Action play frames 1-10 (1-10 = taking damage animation)
The expected result should be Mesh (A) swings sword and Mesh (B) play an animation of taking damage when hit.
But the only thing that happens when I click my mouse is Mesh (A) swings his sword. BUT, mesh (B) does nothing.
So what is this brain fart I am having?