Prop ReqClasses

From CoffeeMud Wiki
Jump to navigation Jump to search


CoffeeMUD
Administrator                                                  Builder                                                              Player
=CoffeeMUD Builder Information=
Basics Praetor     Player Support     Commands     Zapper Masks Advanced Races     Classes     Abilities     Socials     Scripting    
Building Behaviors     Properties     Areas     Rooms     Exits     Items     Mobs Systems Achievements     Crafting     Help Info     Ships     Planes of Existence     Quests     Triumphs    
===Prop_ReqClasses===
Effect: Class Limitations
Targets: Rooms, Areas, Exits
Parameters: class masks listed below
Examples: -all +thief
Description: Creates class restrictions for entering a room. Followers will be allowed unless explicitly disallowed. Valid parameters include:

nosneak (disallow sneaking past the requirement)

-all (disallow all classes)

nofol (disallow followers of appropriate class)

+thief +mage +bard (create exceptions to -all)

-thief -mage -bard (disallow only listed classes)


Notes

This property is often used on the entrance room of class guildhalls, although Prop_ReqEntry provides superior control.