lunge

Vars | |
lunge_target | The target of our lunge, we keep it to check if we are adjacent every time we move. |
---|---|
Procs | |
check_if_lunge_possible | Check if we are close enough to grab. |
clean_lunge_target | Null lunge target and reset related vars. |
lunge_grab | Do the grab on the target, and clean all previous vars |
Var Details
lunge_target

The target of our lunge, we keep it to check if we are adjacent every time we move.
Proc Details
check_if_lunge_possible
Check if we are close enough to grab.
clean_lunge_target
Null lunge target and reset related vars.
lunge_grab
Do the grab on the target, and clean all previous vars