ID:180295
 
I got a question about Byond Programming. Im coming along pretty good and all with my game but i was wondering how to make more then one map. For example. In DBEO,DBZ:NN,Morte, etc.. your walking and u get to the end of the map and u kep walking and it takes u to a completely different map. I was wondering how to do that. I 'd REALLY appreciate it if someone could help me out and thanks in advance. If u want to email me my email address is [email protected]
On 7/26/01 2:08 pm Tatakau wrote:
I got a question about Byond Programming. Im coming along pretty good and all with my game but i was wondering how to make more then one map. For example. In DBEO,DBZ:NN,Morte, etc.. your walking and u get to the end of the map and u kep walking and it takes u to a completely different map. I was wondering how to do that. I 'd REALLY appreciate it if someone could help me out and thanks in advance. If u want to email me my email address is [email protected]

try this
area/area1
entered(M/mob)
M.locate(x,y,z)

Just replace the x,y,z with the x,y,z of the map you want them to warp to and once a mob walks in it,Tada! they're warped there.