ID:161668
![]() Apr 12 2008, 3:30 pm
|
|
Whenever i log on i cant move all my turfs are density = 1 my map is just fine everything should work but my person can't move when you log on... why?
|
![]() Apr 12 2008, 3:32 pm
|
|
Your not supposed to have all turfs density = 1 unless you have your character density = 0. Only wall turfs should be density = 1
|
In which case you've changed mob/Move(), client/Move(), or client/North() (or East() or so on). You might've also deleted your movement macros.
|
uhhhhhh ohhhhhh
client/Move(var/atom/newloc, var/dir) if(dir & EAST|WEST) //if the movement is in a north or south direction return 0 else return ..() could that have nething to do with it |
Uhhhh linked to that problem is this code
wind1 icon = 'trees.dmi' icon_state = "144" density = 0 Enter() sleep(80) usr.loc = locate(x-2,y,z) usr << "The wind blew so hard it knocked you back a few steps!" any idea on how to fix that =\ cuz for some reason i cant walk through it |