I was looking for more information on extract so searching for Yoda was the obvious step. I was interested to find this advanced version so I checked it out.
What I'm really looking for is a way to show the original line minus the extracted word without having to go through each word manually and sticking them back together. Help Extract uses the phase "do you want chicken" and changes it to "chicken want do you?" What I'm looking for is to extract, as an example, word 3 with an output of "do you chicken". The obvious way is to output extract1, extract2, extract4 but I'm hoping for something easier. I was in hopes that the %altered_speech% would give me some insight but just the compared efficiency interested me.
I was so surprised to try it out and find...nothing. I threw in a bunch of echoes to see what was happening and I found that the trigger took the original sentence and very stealthily took it apart, word by word, and then put it back together. Did I miss something? I suppose I could actually play with it to make it react more like the previous example but anything I could do to it would make it less efficient than trigger 208.
Perhaps the efficient way might be to do a while cdr in the first example instead of extracting each word individually? Of course, this doesn't help my original question at all but now that advanced version is kinda bugging me.