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