View Single Post
  #3  
Unread 05-19-2020, 02:24 PM
Darqwood's Avatar
Darqwood Darqwood is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Aug 2005
Posts: 850
Default

You can use non-alphanumeric characters in your messages, provided you enclose them in single-quotes (apostrophes). So in your example, if you are willing to use the character's name without "juice" suffixed, you could type:

TNAME TNAME TNAME 'Rejoin us in the land of the living! <NECRO REZ INC>'

Everything that is not the TNAME alias goes between single-quotes. The thing you cannot do is concatenate the TNAME alias with any other alphanumerics. If you use the default macro facility (Socials window) you can use %Tjuice to get Sunshinejuice. But because the custom Group window commands are essentially being processed twice, spaces before and after mnemonics are required.


______________________________________________


From DarqUI Help:

Using symbols If you want to draw more attention to the chat text associated with a spell icon, you can use characters that are not letters, numbers and spaces. Any symbols from the keyboard can be used, but they must be wrapped with single quotes. For example:

'--==++<<< You have been J-Capped! >>>++==--'

If you use any of the mnemonics (TNAME, SPELL, TGROUP, TSLOT), you must make sure they do not end up between the single-quotes, otherwise they will be interpreted literally. The following example will work correctly. Note that the mnemonics are isolated from the rest of the text with spaces:

'*** Casting ((' SPELL ')) on ' TNAME ' ***'


.
Reply With Quote