|
Ryntrax Wanderer
Joined: 15 Mar 2004 Posts: 55 Location: USA
|
Posted: Sun May 09, 2004 4:33 am
#emote |
Quick question how do you new line in an emote such as
1) adsf 2) lkasfj 3) lkasjdf
to
1)lakjf
2)lkasjf
3)lkajsdf |
|
|
|
Guede Wanderer
Joined: 30 Nov 2003 Posts: 65 Location: United Kingdom
|
Posted: Sun May 09, 2004 3:58 pm |
Not really much idea what you're talking about mate as your examples are obviously made up and not based on real input/output.
However, taking an absolutely wild stab in the dark, the only help I can think of is to use %crlf It's one of the predefined variables set (you know like %1 is and %host etc.) Look up the help contents, scroll down to variables and select predefined to see a whole list of em. If this isn't what you were after could you maybe give us a bit more to work on?
-G- |
|
|
|
Ryntrax Wanderer
Joined: 15 Mar 2004 Posts: 55 Location: USA
|
Posted: Thu May 20, 2004 6:11 am |
Example:
#alias dhide {dhideinfo={@ansi(bRed)[@ansi(bYellow)DHide Report@ansi(bRed)] red@ansi(bBlue@ansi(bBlue))~(@ansi(White)@reddh@ansi(bBlue)) @ansi(bGreen)green@ansi(bBlue@ansi(bBlue))~(@ansi(White)@greendh@ansi(bBlue)) @ansi(bCyan)blue@ansi(bBlue@ansi(bBlue))~(@ansi(White)@bluedh@ansi(bBlue)) @ansi(dGrey)black@ansi(bBlue@ansi(bBlue))~(@ansi(White)@blackdh@ansi(bBlue)) @ansi(White)white@ansi(bBlue@ansi(bBlue))~(@ansi(White)@whitedh@ansi(bBlue)) @ansi(dRed)copper@ansi(bBlue@ansi(bBlue))~(@ansi(White)@copperdh@ansi(bBlue)) @ansi(White)silver@ansi(bBlue@ansi(bBlue))~(@ansi(White)@silverdh@ansi(bBlue)) @ansi(dYellow)bronze@ansi(bBlue@ansi(bBlue))~(@ansi(White)@bronzedh@ansi(bBlue)) @ansi(dYellow)brass@ansi(bBlue@ansi(bBlue))~(@ansi(White)@brassdh@ansi(bBlue)) @ansi(bYellow)gold@ansi(bBlue@ansi(bBlue))~(@ansi(White)@golddh@ansi(bBlue)) @ansi(bRed)ruby@ansi(bBlue@ansi(bBlue))~(@ansi(White)@rubydh@ansi(bBlue)) @ansi(bYellow)Total@ansi(bBlue@ansi(bBlue))~(@ansi(White)@totaldh@ansi(bBlue))}}
#alias dhidechat {#emoteall {@dhideinfo}}
ouputs this
[Dragon Hide] red(16) green(8) blue(0) black(6) white(0) copper(12) silver(10) bronze(7) brass(8) gold(1) ruby(0) Total(68)
want it to look like this
[Dragon Hide]
red(16)
green(8)
blue(0)
black(6)
white(0)
copper(12)
silver(10)
bronze(7)
brass(8)
gold(1)
ruby(0)
Total(68)
this is what i mean by new line. |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Thu May 20, 2004 9:05 am |
do you mean something like this
#SAY %expandlist(@dhideinfo,%cr) |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Thu May 20, 2004 7:13 pm |
I'm not familiar with zChat, but couldn't you just emote each line separately?
Example:
#AL dhide {
#EMOTEALL {@ansi(bRed)~[@ansi(bYellow)DHide Report@ansi(bRed)~]}
#EMOTEALL {@ansi(bRed)red@ansi(bBlue@ansi(bBlue))~(@ansi(White)@reddh@ansi(bBlue))}
} |
|
|
|
|
|