Setinfo

From Discovery Wiki
Revision as of 19:54, 10 July 2024 by Aingar (talk | contribs)

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 # rs X Remove first X characters from the selected paragraph. Do note that formatting tags are also affected.
/setinfo # re X Remove last X characters from the selected paragraph. Do note that formatting tags are also affected.
/setinfo me This shows you your current infocard - very useful for proof reading.
/si Shorthand for /setinfo, all commands apply as normal, eg. "/si 1 a New SetInfo"

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
  • %S - prints a whitespace, to be used when adding a whitespace at the beginning of the appended string.

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