ID:179672
 
where you want to make a spawn point and how do you link different maps toghther when the player steps on it it sends them to a different map
Kas wrote:
where you want to make a spawn point and how do you link different maps toghther when the player steps on it it sends them to a different map

A spawn point can simply be done with the locate() function. In the map editor, select the turf you want to be the spawn point, and edit its tag to something like "spawn". Then in your Login() proc, include loc=locate("spawn").

For turfs linking maps together, you basically need to code those turfs as teleporters.

Lummox JR