====== Standards and Conventions ====== ===== Tags ===== All tags must follow the following rules: - Use all upper case characters - Start by their object type prefix: ^ Object Type ^ Tag Prefix ^ |Area|A_| |Creature|C_| |Door|DR_| |Encounters|E_| |Item|I_| |Merchant/Store|M_| |Placeable|P_| |Trigger/Transition|T_| |Waypoint|WP_| - The object type prefix must be followed by the [[https://sinfar.net/building/devsite#erfsresources_prefix|ERF prefix]] from which the object come from and ideally the full Blueprint (remember, that Blueprints already always start by their ERF prefix) A proper Tag looks like this: **DR_JJ_DOOR_TO_LANDING** \\ **DR_** = Tag-code \\ **JJ_** = Prefix of module \\ **DOOR_TO_LANDING** = actual name of the door