world
mob = /mob/pc
..()
mob
pc
icon = 'character.dmi'
Login()
Move(/obj/startpoint)
..()
obj
startpoint
icon = 'startpoint.dmi'
Problem description:
This code gives no errors, but when i compile and run it (there is more code, but it is irrelvent, as i will explain, since it is just for the basic turf, to create the map...) it shows a black screen where the map is suppose to be.
things that i have noticed:
1. it does not have a black screen, if i delete the world datum code.
2. both of the Dot-Dot proc's, weither deleted, or there, has no effect.
3. Doesn't matter if i use 'loc = locate()' or 'Move()'
Also, the only code not posted is obj's, and turfs', with only things othere that 'obj/books' etc, is name descriptions, and setting the icons, all turf used in the map, have working icons, since the map appears if as i noted above '1.'
Hope someone can help, and thanks in advance XD
You might be interested in the locate() procedure. Keep in mind that moving INTO an obj, while valid, will also result in a black screen. You probably want to find a turf, not an obj.