Dec 31, 2016, 6:35 AM

Yes, I'm still beating this drum, because I'm still struggling. Sorry and thank you.

I'm using TinyMUX. @Thenomain has told me he believes there's a way to have hook_cmd not only handle the before/after stuff, but also pass the data that is being sent in the hook through the hook object. I see there is a @hook/ARGS command, but I cannot seem to process how that works.

What I'm looking to do is have a built-in command (such as pose), take everything that comes after 'pose' and ultimately store it on an object. This will ultimately be a means of pose logging. I had previously been told to set the hook_cmd to ignore the command (pose) and instead soft-code a 'pose' command. This might be a better way?

What I'm trying to accomplish, in the simplest of examples, is this:

&B_POSE @hook object <ho>=[pemit( *skew, %0)]

I tried turning on @hook/args, I tried %1 instead of %0 ... Am I missing something obvious here?