Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- float lindos;
- default
- {
- touch_end(integer n)
- {
- lindos = llGetObjectMass( llDetectedKey(0));
- llSay(0, llDetectedName(0) + " your mass is " + (string)lindos + " lindograms which is " + (string)(lindos/100.0) + " kilograms or " + (string)(lindos/220.462) + " pounds.");
- }
- }
Add Comment
Please, Sign In to add comment