ID:174349
 
Hello!

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~
don't combine spaces and tabs for indenation.
In response to Airjoe
Damn, didn't notice! Extremely newbish mistake for me to make, sorry! :P
*Hits self with heavy wooden chair*

My apologies for wasting forum space!

~GokuSS4Neo~