ID:171352
Oct 8 2004, 10:11 am
|
|
Can someone tell me how to code a vision proc? like the one in proelium or red cap, where if your a certain thing, you can see your entire screen and around objects even if there opace, but if your not, opace still does same thing and you cant see around the objects. How would i do that?
|
Copyright © 2025 BYOND Software.
All rights reserved.
let's say you want the mob to be able to see all terrain, but not the objects or mobs in it?
[mob].sight = SEE_TURFS
Or if you want it to be able to see all mobs and turfs no matter what.
[mob].sight = SEE_MOBS|SEE_TURFS