Difference between revisions of "Property"
Jump to navigation
Jump to search
(Created page with "{{PropertyTemplate|ID=Property|Name=a Property|Domain=Nothing|Available=|Allows=|UseCost=None|Quality=Circumstantial|Targets=|Range=Range -2147483648 - Ran...") |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{#section-h:LISTPROPS|a Property}} |
− | + | =Notes= | |
− | |||
− | |||
This is the basic code for all properties. It is not used by itself. | This is the basic code for all properties. It is not used by itself. |
Latest revision as of 20:36, 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 |
===Property=== | |
---|---|
Effect: | a Property |
Targets: | Items |
Parameters: | OWNER=""NAME"" (PRICE="price") (EXPIRESEC="SECONDS") |
Examples: | owner="bob" expiresec=60 |
Description: | Marks the item as belonging to a particular person or clan. Items so marked can only be sold by that person, an associate, or clan member. PRICE does nothing. EXPIRESEC can be set to make this property temporary, so that an item dropped becomes "unowned" once the owner is gone for the number of seconds given. |
Notes
This is the basic code for all properties. It is not used by itself.