I can't get my map to load when i run my MUD. I can't figure out the problem. this is my 'Login()' code:
mob
Login()
..()
Character_Login()
if somebody can help please!
ID:148990
![]() Aug 1 2002, 9:01 am
|
|
Lummox JR wrote:
Time69 wrote: It might be that another defined step in Login() is being called before the Character_Login() which includes a return by some event. Just as possible as a problem in Character_Login(), I've seen it done more than a few times. Koshigia |
Time69 wrote:
i got rid of the Character_Login() thing and it still doesn't work. Have you checked the gray box by the .dmp file to make sure it's being included in the project? Also, make sure that the map contains at least some turfs with density = 0. |
The problem isn't in this proc, but is obviously in Character_Login(). You need to show us that one too.
Lummox JR