ID:155493
 
Okay, So I made a title screen and all and set the title screen as Turf for when you log in. But now I cant figure out a way to make it so if you Clicked in any spot the view of the person would be changed to a different location.

This is what I have so far, Im a noob coder so uh yeah The codig isnt done because I didnt know how i should put it

mob
Login()
loc = locate(1,1,1)
world << "[key] has logged in!"
if(client click())= locate
The Click proc should be in the Turf instead so like

Turf
Title_Screen
Click()
usr.loc=locate(x,y,z) //or whatever turf you will define


So yeah