I have the code:
mob
Login()
var/list/blocklist=block(locate(10,10,1),locate(40,40,1))
for (var/turf/T in blocklist)
if (!istype(T,/turf/grass))
blocklist -= T
if (/mob/M in oview(10))
blocklist -= T
src.Move(pick(blocklist))
And for some reason it says that the "if (/mob/M in oview(10))" isn't indented properly!?!
~GokuSS4Neo~