Perhaps I have overlooked the answer in search of Playmaker Actions, but what I would like to replicate is in the attached script. The C# script works perfectly fine. It has to be inside an FSM to prevent meltdown! The full script for context is attached. The specific line I'm struggling to find or create in PM is below :
if (Physics.Raycast(myTransform.position + Vector3.up * 0.5f + Vector3.left * 1.5f, ....
So, how would I make it into a PM Action. Thanks much.