ID:169328
 
How would I make it that you cant see past another turf.

Heres a diagram.

-----wall----
-----turf you cant see the other things past---
----wall----

How can I accomplish this? I've seen it done in a few games where if you go into a house(on the map, not using loc) it blacks out the outside. Any help?

~>Jiskuha
turf
wall
opacity = 1


I'd suggest reading some tutorials like Zilal's ZBT tutorials. They cover lots of stuff like this. :)
heres an example
turf
opacwall
icon= 'wall.dmi'
icon_state= "wall1"
density = 1
opacity = 1
In response to ZDork Goku
Thank you guys. :)

~>Jiskuha