Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if (height < 150) and (hDist < 700) then
  2. vDist = 1-((150-height)/100)
  3. elseif (height > 150) and (height < 330) and (hDist < 700) then
  4. vDist = ((330-height)/180)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement