Is there a way in byond to find if somthing is directly infront of you or somthing?
by not using for(var/www/www in view())?
ID:172876
Mar 16 2004, 8:06 am
|
|
<code>mob/verb/ObjStep() var/obj/obj = locate() in get_step(src, src.dir) src << "You find \a [obj]!"</code>