User Tools

Site Tools


building:standards

Standards and Conventions

Tags

All tags must follow the following rules:

  1. Use all upper case characters
  2. Start by their object type prefix:
    Object Type Tag Prefix
    AreaA_
    CreatureC_
    DoorDR_
    EncountersE_
    ItemI_
    Merchant/StoreM_
    PlaceableP_
    Trigger/TransitionT_
    WaypointWP_

  3. The object type prefix must be followed by the 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

building/standards.txt · Last modified: 2019/04/03 20:17 by Mavrixio

phpBB Appliance - Powered by TurnKey Linux