ID:147331
Jun 30 2004, 6:42 am
|
|
Enter(mob/M) usr.loc = locate(/obj/hoix7) usr.y-=1 return..() This is attached to a turf. Why would this take me to a black screen instead of where it took me before? |
Jun 30 2004, 6:43 am
|
|
Change usr to M. You have Enter(mob/M) so why are you using usr?
|
ZLegend wrote:
Enter(mob/M) Well, a few reasons.
Entered(mob/M) Lummox JR |