default { state_entry() { integer i; for (i = 0; i <= 10; ++i) { llOwnerSay((string)(i/10.0)); } } }