/proc/Rep()
spawn()
while(1)
sleep(962)
world.Repop()
sleep(3)
for(var/obj/blood/O in world)del O
sleep(3)
for(var/obj/blood1/O in world)del O
sleep(3)
for(var/obj/blood2/O in world)del O
sleep(3)
world<<"<B><font size=1><font color=blue>Kami <font color=red>waves his hand over the earth, restoring it's natural beauty."
world
New()
var/savefile/F = new("bank_accounts.sav")
F["stuff"] >> accounts
if(accounts == null)
accounts = list()
var/savefile/A = new("donaters.sav")
A["stuff1"] >> donaters
S_slof=new/list
if(Scg)Lag_Guard()
Rep()
That code there reduces the amount of times the game has a "nervous breakdown", meaning, the verbs lock up. This has happened a long time and I know the repop code is causing it. This seems to be the most effective way I can think of, but maybe you know a better way. Please post what you think could be wrong, or a new way of doing it. I might have already done it that way, but suggestions are always good :)
RaeKwon