ID:266578
 
my friends says something about warp... wtf? how do i make staris libnk to other palces?
turf/stairs
icon = 'stairs.dmi'
Entered()
usr.loc = locate(x,y,z)

change the x,why,z to what ever location u want the player to go to.

x makes the user go from the left side of the screen to the right side by the number of tiles set

y makes the user go up from the bottom

and z makes the user go to the first 2nd or what ever map u want the user on
Magnus VI wrote:
my friends says something about warp... wtf? how do i make staris libnk to other palces?


turf/stairs
Entered(O)
usr << "you go upstairs"
Usr.move(50,50,1)

turf/stairs2
Entered(O)
usr << "you go down stairs"
Usr.move(1,1,1)

------------------------------------
Make a downs tairs Building and then go to cords 50,50,1
and make a building of the upstairs. then try it out.