08-06-2008, 06:39 PM
(This post was last modified: 08-06-2008, 07:11 PM by Deus Ex Machina.)
Well, if you meant
grab->hit->hit->hit->hit->throw->palm,
You can make it so that at a certain key binding
(Let's say hit_Fa: something)
You copy and paste a hit attack four times, each with a proper next,
And the last one should have a next to a COPY of the throw, which has a next to the palm.
grab->hit1->hit2->hit3->hit4->copyofthrow->palm(no need to copy)
grab->hit->hit->hit->hit->throw->palm,
You can make it so that at a certain key binding
(Let's say hit_Fa: something)
You copy and paste a hit attack four times, each with a proper next,
And the last one should have a next to a COPY of the throw, which has a next to the palm.
grab->hit1->hit2->hit3->hit4->copyofthrow->palm(no need to copy)