default { state_entry() { float f; for (f = 0.0; f <= 1.0; f += 0.125) { llOwnerSay((string)f); } } }