ID:2256927
 
Code:
    Login()
.=..()
src.loc=locate(181,181,1)
spawn(0)Control()
switch(alert("Choose","","New","Load"))
if("New")
src.name=input("What is your name?","Character Name",src.name)
src.icon='Human.dmi'
src.Spirit = rand(5,55)
src.Race="Human"
spawn(0)Process()
src.loc=locate(181,181,1)
src.Save()
Play_Music(src)
if("Load")
Load()
Play_Music(src)
Logout()
src.KO = 0
.=..()
world<<"[src.name] has logged out"
src.Save()
del src


Problem description:
Every time I compile and run, there is a black screen. I tried using my GM teleport to get to the location that I was supposed to spawn at but to no avail. I also tried teleporting to and summoning my NPC's but none appear on the list. As if the world won't load. Please help.
Fixed! I just had to check the checkbox next to Map.dmm to make sure it was an included file