I am looking how to implement a jump and drop back.
I can drop back with
I seem to be able to jump and drop back with
But i want to jump, run backwards and drop back at nearly the same time. How can i code that?
My Bonus Question is how to turn exactly 180 degrees
I can drop back with
Code:
UseSkill("Drop Back");
Code:
try { Jump(true); UseSkill("Drop Back"); } finally { Jump(false); }
But i want to jump, run backwards and drop back at nearly the same time. How can i code that?
My Bonus Question is how to turn exactly 180 degrees






