Gayngel

Avtar Mass

Oct 23rd, 2021 (edited)
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. float lindos;
  2. default
  3. {
  4.     touch_end(integer n)
  5.     {
  6.         lindos = llGetObjectMass( llDetectedKey(0));
  7.         llSay(0, llDetectedName(0) + " your mass is " + (string)lindos + " lindograms which is " + (string)(lindos/100.0) + " kilograms or " + (string)(lindos/220.462) + " pounds.");
  8.     }
  9. }
  10.  
  11.  
Add Comment
Please, Sign In to add comment