ID:149622
 
why does this not work everything set before this works and the running of the game works perfectly except for that it doesnt take you to the starting location, lets say for example next to your bed in a house....


// Now switch the player client over to the new mob and delete myself since I'm no longer needed.
src.client.mob = new_mob
var/turf/first_location = locate(15,27,1)
new_mob.Move(first_location)
del(src)


please can someone fix this

and note: this ( ^ ) is just weird because of the copy and paste.. in the code everything is indented correctly
Thanks for your time :)
-- DarkFireball
actually the code came out correctly is this the correct format and please someone help me with the code.....
In response to DarkFireball
There is probably some problem with the location your trying to send it to. Either the location doesn't exist, it's dense, or there's something dense occupying it. Try setting it's location directly instead of using Move to see if that works.