ID:180295
Jul 26 2001, 11:08 am
|
|
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]
|
Copyright © 2025 BYOND Software.
All rights reserved.
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.