ID:144799
 
Code:
for(var/obj/GotoWood/GW in view(500,src.loc))


Problem description:

I seem to be having alot of trouble with View().
I cant get the src to walk over the obj with in view of
500 squares, could anybody point me in the right direction :)
view() returns a list of objects that are visible by the center, the center can't see 500 tiles away from him. Try block() instead.
In response to DivineO'peanut
ah thanks :D