Difference between revisions of "Prop ReqClasses"
Jump to navigation
Jump to search
(Created page with "{{PropertyTemplate|ID=Prop_ReqClasses|Name=Class Limitations|Domain=Nothing|Available=|Allows=|UseCost=None|Quality=Circumstantial|Targets=Rooms, Areas, Ex...") |
|||
Line 7: | Line 7: | ||
-all (disallow all classes) | -all (disallow all classes) | ||
− | nofol (disallow followers of appropriate | + | nofol (disallow followers of appropriate class) |
+thief +mage +bard (create exceptions to -all) | +thief +mage +bard (create exceptions to -all) |
Revision as of 13:27, 18 October 2017
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.