Thread Tools Display Modes
01/30/19, 04:19 PM   #1
Coorbin
AddOn Author - Click to view addons
Join Date: Sep 2018
Posts: 15
Underlining text

Hello,

According to https://wiki.esoui.com/Text_Formatting there is supposed to be some sort of chat underline support. In the Thieves Guild patch in 2016 it's listed in the changelog - https://forums.elderscrollsonline.co...change-log-pts

I tried /script d("Put emphasis on |l0:1:1:0:1:000000|lblood|l and |l0:1:0:-25%:2:000000|ldaggers|l.") and it doesn't recognize either formatting command. Help?
  Reply With Quote
01/30/19, 05:32 PM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
You need to start the markup with an uppercase L and also make sure that you use a color that is visible enough. The line order should also be some higher value it seems, otherwise the line shows up behind the text. Something strange seems to be going on though. When I tested it just now, the order changed for all visible lines (even the ones posted earlier) whenever I posted another command with a different line order.

Try this:
Code:
d("Put emphasis on |L0:1:2:1:1:ffffff|lblood|l and |L0:1:0:-25%:2:ffffff|ldaggers|l.")
  Reply With Quote
01/30/19, 05:41 PM   #3
Coorbin
AddOn Author - Click to view addons
Join Date: Sep 2018
Posts: 15
Fascinating; pChat breaks this functionality However with pChat disabled, it works

Thanks!
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Underlining text

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off