ID:178151
 
how do i change the starting position of my character, he starts out where there are supposed to be boulders that he cant walk through, i tried some things that didnt work so its time for expert help.
Sakuma wrote:
how do i change the starting position of my character, he starts out where there are supposed to be boulders that he cant walk through, i tried some things that didnt work so its time for expert help.

Realy easy..

mob/Login()
usr.loc=locate(1,1,1) // change to where you want him to go

RaeKwon
Sakuma wrote:
its time for expert help.

Or time to read the FAQ: http://www.deadron.com/byond/ByondBwicki.dmb?StartLocation gives several methods for this.