float osGetCurrentSunHour()
default { state_entry() { llSay(0, "Current sun hour: "+(string)osGetCurrentSunHour()); } }