Setinfo

From Discovery Wiki
Revision as of 23:30, 6 July 2024 by Jammi (talk | contribs) (Added basic commands)

The setinfo command allows you to set up custom infocards for your character. These can be seen by other players who select you and press F9. The /setinfo command can also be abridged as /si.

Command Notes
/setinfo # a Text # is the paragraph for your text, i.e. 1 to 5. This command appends text to that paragraph. To set up your first paragraph reading "Hello world!", you would type "/si 1 a Hello world!"
/setinfo # d # is the paragraph for your text, i.e. 1 to 5. This command deletes that paragraph.
/setinfo me This shows you your current infocard - very useful for proof reading.

When using /setinfo command, you can use the following special tags to additionally format your text.

The tags work until they are overridden with another tag of the same category. Tags are case sensitive.

  • %% - prints a singular % symbol
  • %n - prints a newline

Text format tags:

  • %Nx - normal text
  • %sx - small text
  • %vx - very small text
  • %wx - wide(big) text

You MUST replace 'x' with one of the following:

  • b - bold
  • i - italic
  • u - underline
  • n - normal

For example, to reset text to go back to fully normal, do '%Nn', to do small underline, do '%vu'

Color tags:

'Regular' colors:

  • %rd - 'system chat' blue
  • %rB - black
  • %rW - white
  • %rr - red
  • %rg - green
  • %rb - deep sky blue
  • %rv - violet
  • %ry - yellow
  • %ro - orange
  • %rG - grey


'Light' colors:

  • %lr - pinkish red
  • %lg - light green
  • %lb - system blue
  • %lv - blue violet
  • %ly - light yellow
  • %lo - light orange
  • %lG - light grey

'Dark' colors:

  • %dr - dark red
  • %dg - dark green
  • %db - dark blue
  • %dv - dark violet
  • %dy - dark yellow
  • %do - dark orange
  • %dG - dark grey