ID:168500
 
When I try to test run my game or run it live nothing happens. Dream seeker opens but it stays blank. I have no idea whats wrong with this. Could someone post suggestions as to something in the code as to what is causing this problem.

Thanks in advance
Without any programming, we can't help you specifically. Generally when people get blackscreens, their loc is null. Make sure you are setting the object's loc successfully or make sure you called ..() in mob/Login().

~~> Dragon Lord
try to do this

mob
Login
...()
loc = locate(x,y,z) //switch the letters were u want to start.
In response to Unknown Person
No no your not understanding me ^_^

You know when you first open up byond, and you havent loaded anything, you get a white screen and it says things like "Pager on"

Thats all im getting