Thread Tools Display Modes
11-06-22, 06:38 AM   #1
Viryz
A Cyclonian
AddOn Compiler - Click to view compilations
Join Date: Apr 2009
Posts: 42
DogTag help

Hello,

I want to execute a function which involves AFK and Offline. I am not very good at this kind of language even though I've tried to play around with it.

So this is what I've got.
Code:
 [Outline][(~Dead ? PercentHP < 99 ? PercentHP:Short:Percent:Short:HPColor) (Dead ? "DEAD":Gray)]
What I want to do is to add "Offline or AFK" into it.

For example, I've tried this,

Code:
 [Outline][(~Dead ? PercentHP < 99 ? PercentHP:Short:Percent:Short:HPColor) Concatenate("Offline", ' ', OfflineDuration:FormatDuration:Paren)]
This isnt working, again, I am not good with this language and dont really know the rules of grammar at all. Just played around with it.

Thanks.

Last edited by Viryz : 11-06-22 at 06:40 AM.
  Reply With Quote
11-07-22, 06:09 AM   #2
Viryz
A Cyclonian
AddOn Compiler - Click to view compilations
Join Date: Apr 2009
Posts: 42
Solved.

Feel free to remove the thread.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » DogTag help


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