ID:177801
 
Whenever you run my game you don't go to your map. Just a black screen
You must remember to include ..() something within your login proc
In response to Nadrew
what if you give no instruction to change the location, so the defualt is 1,1,1, and the first turf is density = 1, will it also be black? or will it just put you over top of the turf?

i kind of forget all of the defualt byond behaviors
In response to FIREking
If you directly set the loc it will set you on top of the dense turf, but if you Move() them to it you'll end up blackscreened unless you add another check to disallow it.
In response to Nadrew
Nadrew wrote:
If you directly set the loc it will set you on top of the dense turf, but if you Move() them to it you'll end up blackscreened unless you add another check to disallow it.

yeah, but im saying, if you dont mess with any of the defautl stuff, what happens, lets say you got this for your game

turf/wall/crap
icon='something'
icon_state = "sompething"
density = 1
mob
icon='sopething'
icon_state = "crap"

now, when you paint the map, at turf 1,1,1, you draw the wall of crap

now, when you login, what happens, are you gonna be blackened, or set on top?!?