Difference between revisions of "Prop ReqClasses"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | {{ | + | {{#section-h:LISTPROPS|Class Limitations}} |
− | + | =Notes= | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
This property is often used on the entrance room of class guildhalls, although [[Prop_ReqEntry]] provides superior control. | This property is often used on the entrance room of class guildhalls, although [[Prop_ReqEntry]] provides superior control. | ||
[[Category:ROOMS(BuilderInfo)]] | [[Category:ROOMS(BuilderInfo)]] | ||
[[Category:AREAS(BuilderInfo)]] | [[Category:AREAS(BuilderInfo)]] | ||
[[Category:EXITS(BuilderInfo)]] | [[Category:EXITS(BuilderInfo)]] |
Latest revision as of 22:00, 18 December 2023
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.