In response to Mechanios
Like I said though, select a tile on the map, and edit it, and give it the tag "slimeCityEnter". Then, you can find it using locate("slimeCityEnter"), which will allow you to keep the multiple map file setting you have (which is good for organization).
In response to Garthor
:) I got it thanks
In response to Mechanios
Mechanios wrote:
okay here is my code :


area
teletoSlimecity2
Entered(mob/M)
M.loc = locate(1,1,1)
teletoSlimecity1
Entered(mob/M)
M.loc = locate(1,1,1)

Um, no.

area
teletoSlimecity2
Entered(atom/movable/M) M.loc = locate(1,1,2)
teletoSlimecity1
Entered(atom/movable/M) M.loc = locate(1,1,1)
In response to Xooxer
Its okay I got it now
Page: 1 2