ID:149982
 
when people start they dont start by the place i want them to start I NEED HELP
You're probably forgetting ..() in your login code, and please refrain from using html so much.
Luisft13 wrote:
<font color=red>when people start they dont start by the place i want them to start I NEED HELP

Close your tags please.
Do you mean that you've written code that you thought would start them in a particular place and it's not working, or that you don't know how to do such a thing at all?
<FONT SIZE=5 COLOR=red FACE="Book Antiqua">THEN YOU PROBABLY ARENT TELLING THEM TO START THERE!</FONT>

Unlike you, I closed my html tags.

mob/Login()
   usr.Move(locate(0,0,0))
   ..()
   usr.Move(locate(13,7,1))
   or
   usr.Move(locate(/area/start))
Use something like that to move them around.