ID:268526
 
I am sorry for asking, I KNOW its here some where... but if someone would "hop to" fixing the search command I wouldnt have to ask.

So how do I fix that dreadful black screen?...and what causes it so I can work against the evil.
1. The search isnt broke
2. Please be more descriptive, what blackscreen bug? What game? Any BYOND errors?
In response to Flame Sage
Well, it didn't work when I was in Dream Seeker. It seems to work in Internet Explorer. The Black Screen Bug: You have a black screen on log-in. It's caused because loc is null.
In response to Ryne Rekab
Fix the problem by doing src.loc = locate(1,1,1)...Thats how you fix a null loc
In response to Ryne Rekab
WHOA you can play games though a browser????!?!?
In response to Skull Man.EXE
No he meant the search worked in IE not Dreamseeker. I put that in my post too then realized what he meant and edited it out.
In response to Dession
Or, if you're just going to locate the user to the location
(1,1,1), simply use the ..() operation.

Example
mob/Login()
src.icon = 'blah.dmi'
..()

Will do the trick
In response to The Conjuror
This reply is for all of you. Nope. None work.
In response to Ryne Rekab
I think showing your Login() would help.