HM-CODE / Haunted-Memories

A repository for Haunted Memories code.
http://www.haunted-memories.net/
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

+status to display appropriately visible Status merits #66

Open Bradamante opened 13 years ago

Bradamante commented 13 years ago

Example: a command that would display Consilium Status to Mages, Order Status in the same Order, and so forth. Public Status types should be visible to everyone. Possibly other conditions; one request was "streetwise above 2." Noted by Loki in Feb 2007 as possibly not feasible at that time, depending on how Merits were stored.

hmmorpheus commented 13 years ago

Though the way merits are stored in terms of setstat & cgen have been altered, the way they are stored/appear on the players remains unchanged so if that was a concern it needn't be. Not exactly hard to write a piece of code to check whether or not someone has status in the same 'group' as another individual in the room and display it. Basic search for status, look for matches with the checking individuals status, filter public group status by having it eliminate any matches with supernatural groups and the leftovers would be public. Not too hard aside from trying to make sure there's standardization for certain types (like, Police).