|
ixy Novice
Joined: 18 Mar 2007 Posts: 39
|
Posted: Mon May 24, 2010 5:26 pm
italics via #echop |
I use the script:
Code: |
#math newhp @hp-@oldhp
#math newsp @sp-@oldsp
#math newst @st-@oldst
#var oldsp @sp
#var oldhp @hp
#var oldst @st
#if ((@newhp=0) && (@newsp=0) && (@newst=0)) {#abort} {#echop {%ansi( high, blue, high, black)%if( @newhp<0, %ansi(high, red, black)@newhp%ansi( high, blue, black)hp, %ansi( white, black)"+"@newhp%ansi( high, blue, black)hp) %if( @newsp<0, %ansi(high, red, black)@newsp%ansi( high, blue, black)sp, %ansi( white, black)"+"@newsp%ansi( high, blue, black)sp)%ansi( high, blue, high, black) %if( @newst<0, %ansi( high, red, black)@newst%ansi( high, blue, black)st, %ansi( white, black)"+"@newst%ansi( high, blue, black)st)}}
#echo " "
|
and it shows up as
[SAFE]<3218hp 2172sp 1637st> +0hp +0sp -100st
before i swapped to this beta it would show as
[SAFE]<3218hp 2172sp 1637st> +0hp +0sp -100st
Any ideas what was changed so i can try change it back? As the italic font is _really_ hard to read.
Thanks. |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4690 Location: Pensacola, FL, USA
|
Posted: Mon May 24, 2010 9:04 pm |
Sounds like the style for information messages got changed to Italics.
There is a checkbox for it in preferences. |
|
_________________ Discord: Shalimarwildcat |
|
|
|
ixy Novice
Joined: 18 Mar 2007 Posts: 39
|
Posted: Tue May 25, 2010 12:32 pm |
That was my thoughts too at first, after a little experimenting it turns out it was the %ansi( high, blue, high, black) part, with the 2nd 'high' making it italic.
Thanks for the reply though :) |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|