Profile
- Name
- daytime nighttime mmo
- ID
- 109009
- Shared with
- Public
- Parent
- daytime nighttime (COPY) (CloNe
- Children
- Created on
- March 16, 2025 at 01:28 AM UTC
- Updated on
- March 16, 2025 at 01:28 AM UTC
- Description
from Ukobach
don't put anything in 1st line
plz
Best for
Code
------------line #1 blank for bug catching/reading
repeat
structure.NeuralNetMutateSidechainsAll()
structure.WiggleAll(1)
today=(os.date("%d"))
hour=(os.date("%H"))
--hour="00"
--hour="23"
daytime=(tostring(11)<hour and hour<tostring(19))
structure.SetNote(1, "hour="..hour.." daytime="..tostring(daytime))
if tostring(hour)==666 then
print("should cpu be sleeping, don't dry ur eyes out")
--crash() --this is intentionally not a real func
halt_and_catch_fire() --legit func
end
until false