1 2 3 4 5 6 7
default { state_entry() { llOwnerSay("The absolute value of -4 is: "+(string)llAbs(-4) ); } }