Author Topic: what is the function for jump?  (Read 905 times)

I need to know the function for when you press space in a vehicle it will play
%obj.playThread(0, "dropramp");

armor::onTrigger(%this, %obj, %slot, %on)

I think jumping is slot 2

so check if %slot equals 2

Not that it's particularly relevant, but client-side it's jump(%on), so you can simulate holding the spacebar by putting jump(1); in your console.
I sometimes do this to automate a portion of being completely repulsive to everyone around me.

Not that it's particularly relevant, but client-side it's jump(%on), so you can simulate holding the spacebar by putting jump(1); in your console.
I sometimes do this to automate a portion of being completely repulsive to everyone around me.
danke!