turf
Cave
icon = 'Cave.dmi'
In
icon_state = "In"
Enter(atom/movable/M)
M.Move(locate(8,8,1)) //move whatever is trying to enter the portal to the turf at coordinates 8,8 on z-level 1.
Out
icon_state = "Out"
Enter(atom/movable/M)
M.Move(locate(20,97,1)) //move whatever is trying to enter the portal to the turf at coordinates 20,97 on z-level 1.
Problem description: I can't make the out work, when I go in the in cave I go in, but when I try to go out the out cave it won't work. Why?