default{state_entry(){ integer a = 3; integer b = a; integer c = b; integer d = c; llOwnerSay("x" + (string)d); }}