ESSENTIALS
MECHANICS
KINGDOMS
CHARACTER FLAGS

Players can flag their character account based on how they want to play. These flags are completely optional but can help players arrange plots. Flags are not based on activty, but rather intent (ie a Protagonist isn't required to make a lot of posts per month etc). Players may freely change their flags at any time and can have as many of each type as they want.

  • PROTAGONIST — The main character(s) a player wishes to focus on or posts the most with.
  • UNDERSTUDY — These characters get less focus, might be part-time, or come-and-go from time to time.

THREAD LOGS

Character profiles have a built-in threadlog. Any IC threads you post in are automatically added to your log. Players can edit the description of the thread by viewing their profile, going to the threadlog tab, and clicking in the description area of the thread in the list.

ACCOUNT SWITCHING

Link your accounts in your User CP. To quickly switch accounts, hover over your account name in the top menu bar. Click the name of the account you'd like to log in. This works on most pages of the site.

USER TAGGING

On-Site tagging is disabled.. Use the #thread-tagging channel in our discord.

PRIVATE MESSAGING

On-Site messaging is disabled. Players may use discord to message others.

TABLES & AVATARS

Default Avatar size is 250px by 300px.
Posting Tables may be up to 900px wide.

Posting tables are optional! Coding for posting tables uses HTML & CSS, and may be up to 900px wide (please do not stretch our post layout). Make sure your tables can be easily read (appropriate font colors and sizes).

SAVED TABLES

Players can save table codes for easy posting by going to their User CP > Saved Tables. Simply use the drop-down on the left of your post to paste the code while posting.

SIGNATURES

Posting signatures are currently disabled.

PROFILE CUSTOMIZATION

Character profiles use HTML coding in the text areas. Players may use code to spruce up their profile (adding images, tables, formatting text, etc) as long as it does not alter the site skin (built-in skin colors or layout). Players may use CSS to customize the banner on their profile. To add a custom banner, edit your character profile and add the following code to the Custom Banner field. Edit the height and add the URL of your image:

    .logo {display: none;}
    .profile-logo {
    width: 1462px;
    height: 468px;
    background: url('URL-HERE') no-repeat;}