Advertisement
Fastmapler

Untitled

Nov 18th, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. function why(%test,%test2) //1000, 225
  2. {
  3. crouch(1);
  4. jump(1);
  5. schedule(%test,0,"jump",0);
  6. schedule(%test + %test2,0,"jump",1);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement