world
New()
..()
spawn()CPU_Check()
proc/CPU_Check()
while(world.cpu<90)
sleep(50)
world<<"World Rebooting to prevent a crash!"
world.Reboot()
I want to know if it is very efficience to do it this way/if there's a better way/if I should do it, or something like it, at all? Any other criticisms/opinions welcomed.