ID:178696
 
Why is it, that if i exit a town and stand on the area where the player is located to, that if another player teleports to the same area they get a BlackScreen.

-NilFisk
NilFisk wrote:
Why is it, that if i exit a town and stand on the area where the player is located to, that if another player teleports to the same area they get a BlackScreen.

-NilFisk

Simple Because mobs have a density of 1 and things with density 1 cant be on the same tile at the same time. I would suggest putting this in the Entering of the area.
usr.density=0
// <--- But your move here
usr.density=1

- Green Limey