Might be bug, dont know. in Developer Help
|
|
In my game, I have it so that when u log on, you restart in the same place that you logged off. Also I have monsters that randomly move too. Well, if a person relogs on a monster, he gets a black screen and cannot move. (Because he cant see anything) Is there any way I can fix this besides making it so that you restart in town when u relog?
|
Instead of:
src.Move(locate(save_x, save_y, save_z))
Do:
src.loc=locate(save_x, save_y, save_z)
And this belongs in Newbie Central; it's not a BYOND bug, it's a bug in your game.