ID:1738957
 
Keywords: anime, help, kboy33
(See the best response by LordAndrew.)
How would I go about programming a verb which hides mobs from my screen that don't fit certain criteria (i.e their friend variable is not set to 1)?
Best response
You could use a combination of invisibility and see_invisible to create a way to show/hide things (or use Forum_account.VisibilityGroups, which is a wrapper around the features I mentioned).
In response to LordAndrew
If I were to use invisibility, wouldn't I have to change the other persons invisibility var? That means others would have problems seeing them in the future.
In response to LordAndrew
Visibility Groups uses image objects, silly. Selective visibility is done with images.

The invisibility and see_invisible stuff is much less useful; you see everything with invisibility less than or equal to your see_invisible parameter.

Visibility Groups shows things by groups. One person can see something that the other can't, while the other person also sees something the other can't.
Ah. Thank you.