Guest User

Untitled

a guest
Dec 8th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. llOwnerSay("A - here we go, hold your breath");
  2.  
  3. float a = (v*llSin(theta)+llSqrt(llPow(v*llSin(theta),2)+2*9.8*y));
  4.  
  5. llOwnerSay("B - We're still alive! So far so good");
  6.  
  7. float b = a / 9.8;
  8.  
  9. llOwnerSay("C - Just math error'd. This line won't be printed.");
Add Comment
Please, Sign In to add comment