- script tests -1,{ end; OnInit: if((gettime(3) < 6) || (gettime(3) >= 22)) {night;} end; OnClock0600: OnClock2200: if (gettime(3) == 6) {day; announce "The sun grows up... Wake up!! yawn.",bc_all,bc_orange;} else {night; announce "The moon crowds the sun and the stars twinkle on the canopy and watch over the sleeping people. But not the damn fucking brilliant people of NoName-Ro, they never sleep, they never eat... They are the killers of night!!!",bc_all,bc_blue;} end; }