LiamH

Untitled

Jul 20th, 2013
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. combos={
  2. { name="Smash",
  3. keys={"UP","DOWN","UP","DOWN"},
  4. action=function(name,x,y)
  5. tfm.exec.explosion(x,y,20,50,false)
  6. end
  7. },
  8. { name="Jump",
  9. keys={"DOWN","DOWN"},
  10. action=function(name,x,y)
  11. tfm.exec.movePlayer(name,0,0,0,0,-50,true)
  12. end
  13. },
  14. }
Advertisement
Add Comment
Please, Sign In to add comment