Guest User

Untitled

a guest
Jan 16th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. for i=1,#collisionBlocks do
  2. t=collisionBlocks[i]
  3. print(#collisionBlocks)
  4. print(i)
  5. if player.y-1<t[4] and player.y-1>t[2] and ((player.x>=t[1] and player.x<=t[3]) or (player.x+50>=t[1] and player.x<=t[3])) then print'nao da para andar pra cima' return false end
  6. return true
  7. end
  8.  
  9. >5
  10. >1
  11.  
  12. >5
  13. >1
  14. >2
  15. >3
  16. >4
  17. >5
Add Comment
Please, Sign In to add comment