ID:143862
 
Code:

#define DEBUG
#define HOUR 36000

world
hub = "Xorbah.Naruto:JigokuYuuhekai"
view="19x19"
name = "Naruto:Jigoku Yuuhekai"
status ="Version 1 - Naruto: Jigoku Yuuhekai"
version=1
loop_checks=0
New()
..()
spawn(5)
world.log=file("world/Debug.txt")
var/http[] = world.Export("http://byond.com/hub/Xorbah/files/version.txt")
if(!http)

for(var/V in http)
var/F = http["CONTENT"]
if(F)
var/Q=file2text(F)
var/X=text2num(Q)
world.log << " World started!"





client
script = ""
perspective=EDGE_PERSPECTIVE






world/New()
..()
spawn() Repopper()
spawn() Delete()

proc/Repopper()
while(world)
sleep(HOUR/1)
world.Repop()

proc/Delete()
while(world)
sleep(HOUR/1)
for(var/obj/corpse/C in world) del(C)
for(var/mob/Suiryuudan/S in world) del(S)
for(var/obj/Mirror/M in world) del(M)
for(var/obj/Mist/M2 in world) del(M2)
for(var/obj/Sand/M3 in world) del(M3)
for(var/obj/projc/Kunai/k in world) del(k)
for(var/obj/projc/Shuriken/ss in world) del(ss)
for(var/obj/projc/Needle/N in world) del(N)
for(var/obj/projc/NoteKunai/NK in world) del(NK)

world
New()
..()
spawn()
LoadWorld()


Del()
SaveWorld()
sleep(10)
..()

proc/SaveWorld()
var/savefile/F=new("world/Administration.sav")
F["admin1"]<<admin1
F["admin2"]<<admin2
F["admin3"]<<admin3
var/savefile/B=new("world/IPBans.sav")
B["IPBans"]<<IPBans
var/savefile/M=new("world/Mutes.sav")
M["mutedIP"]<<mutedIP
M["world_muted"]<<world_muted
var/savefile/N=new("world/Names.sav")
N["names"]<<names
var/savefile/P=new("world/squads.sav")
P["squads"]<<squads
var/savefile/K=new("world/kages.sav")
K["leafhokage"]<<leafhokage
K["sandhokage"]<<sandhokage
K["misthokage"]<<misthokage
K["snowhokage"]<<snowhokage
K["soundhokage"]<<soundhokage
K["akahokage"]<<akahokage
K["starhokage"]<<starhokage
var/savefile/W=new("world/war.sav")
W["iswar"]<<iswar
W["village1"]<<village1
W["village2"]<<village2

proc/LoadWorld()
if(fexists("world/Administration.sav"))
var/savefile/F=new("world/Administration.sav")
F["admin1"]>>admin1
F["admin2"]>>admin2
F["admin3"]>>admin3
if(fexists("world/IPBans.sav"))
var/savefile/B=new("world/IPBans.sav")
B["IPBans"]>>IPBans
if(fexists("world/Mutes.sav"))
var/savefile/M=new("world/Mutes.sav")
M["mutedIP"]>>mutedIP
M["world_muted"]>>world_muted
if(fexists("world/Names.sav"))
var/savefile/N=new("world/Names.sav")
N["names"]>>names
if(fexists("world/squads.sav"))
var/savefile/P=new("world/squads.sav")
P["squads"]>>squads
if(fexists("world/kages.sav"))
var/savefile/K=new("world/kages.sav")
K["leafhokage"]>>leafhokage
K["sandhokage"]>>sandhokage
K["misthokage"]>>misthokage
K["snowhokage"]>>snowhokage
K["soundhokage"]<<soundhokage
K["akahokage"]<<akahokage
K["starhokage"]<<starhokage
if(fexists("world/war.sav"))
var/savefile/W=new("world/war.sav")
W["iswar"]>>iswar
W["village1"]>>village1
W["village2"]>>village2
Problem description:

Umm, ok, well, I think something might be messed up with the world coding and I was wondering if anyone could poke it out possibly?...And no, this isn't another GAY RIP.</<starhokage></<starhokage></<s nowhokage></<ipbans></<admin3></< admin1></<village2></<village1></< ;mutedip></<akahokage></<akahokage></ <squads></<names></<soundhokage></ <soundhokage></<leafhokage></<admin2> </<sandhokage></<world_muted></<iswar ></<misthokage>
Try giving us the error your getting....DETAILS MAN DETAILS
1.  You missed the
2.  What's the difference between a gay rip, and a straight one?</pre>