Anyone know how to jump or ascend (like the Lua function JumpOrAscendStart) without calling the Lua function, and without pressing the key? I'm working on about ten things right now (thank you, Main) so I haven't had time to sort it for myself.
I'm not talking about simply going up -- I can do that by just setting the correct movement flag. That works fine -- if you're already flying. It's the part where you actually "jump" -- if you're flying, it's where you "unstick" from the ground and become airborne. If you're in the Vashj'ir zone (where I first found a need for it), it's when you get "unstuck" from the sea floor and start swimming. I have all of the logic down to determine when I can fly or start swimming, but what I don't have is a clean/elegant way to do that first "jump" if I'm still on the surface.
If nobody knows, I'll just call the Lua function manually, but it does a bunch of extra stuff that I'd prefer not to do, if it's possible.
Thanks in advance!
Edit: oh, before the CTM folks chime in, I just switched to -- and back from -- CTM. Simply put, CTM movement sucks. It's unpredictable and hard to control. If you're just pathing around to, say, mine nodes, I'm sure CTM is fine. But for the fine-grained navigation you need with tactical movement, CTM is an utter nightmare, and movement flags are the way to go.