Games
Developers
Forums
More
BYOND
Download
Developer Guide
Developer Reference
Support
Terms of Service
Membership
Contact Us
Many features on this site require JavaScript. Please enable JavaScript support in your browser.
Register
Login
BYOND Forums
Announcements
·
BYOND Help
·
Bug Reports
·
Feature Requests
·
Beta Testers
·
Beta Bugs
·
Developer Help
·
Design Philosophy
·
Demos & Libraries
·
Tutorials & Snippets
·
Art & Sound
·
Classified Ads
·
Game Updates
·
Contests & Events
·
Linux Talk
·
On Topic
·
Off Topic
Blinding everyone around you
[Tips]
ID:167548
Feb 27 2006, 12:41 pm
Kelanel
Ive been trying a few things but i cant seem to get all mobs around the usr blind. im thinking that it has something to do with mobs in oview (3, usr) but im not sure how to do it.
Feb 27 2006, 12:45 pm
CIB
mob/
verb
/Blind()
for
(
var
/mob/M
in
oview(usr,3)) M.sight|= BLIND
Feb 27 2006, 3:36 pm
In response to
CIB
Kelanel
TYVM!!!
Copyright © 2025 BYOND Software. All rights reserved.