Topic: How can move activate a script
I would like a special move to activate a C# script.
I have successfully implemented an "OnInput" listener, but I would like to have it only activate when one character uses a move.
protected virtual void OnInput(InputReferences[] inputReferences, int player)
What is the best way to listen for a button press via move?
Thank you