ID:261218
 
make a player only see a # of spaces instead of the whole screen?
There are lots of ways, luminosity for example, but you'd need to be more specific.
Try

world
view = 5
You are being very vague, but this is what comes to mind:

for(var/atom/A in world)
A.opacity = 1