- Since I get this asked alot tought i'll put down an guide about it here. -
Preview of a macro using chat tokens that says player name race and different thing depending on male and female:
How this specific macro works:
/$t.gs(cheer/love/crude)$ $t.gs(yells at the strong/gives the beautifull/is gonna kill)$ $t.race/the weak$ $t$ $t.gs(: yow mate gimme a high five/: 3 kisses on the cheek/that smells really badly)$
Now the full explination of what i'm doing here:
1. /$t.gs(cheer/love/crude)$
> $t.gs(male/female/mob) > this says the text based on the gender of your target
> here i have a '/' before the command so it does an emote without text based on the gender
2. $t.gs(yells at the strong/gives the beautifull/is gonna kill)$
> same as above but instead of executing an macro it says the text based on the gender of your targer
3. $t.race/the weak$
> if it's a player character you have targeted then this command says the race
> if it's an mob then it will say 'the weak'
4. $t$
> this command just says the name of your targer
5. $t.gs(: yow mate gimme a high five/: 3 kisses on the cheek/that smells really badly)$
> this is just like 1 & 2 but you will notice there is a ':' before each command this way it changes the color in the macro to yellow
Some more examples but with less eplination:
1. This macro will make that you autofollow your target and give him notice about it
2. This macro is less nested but uses a whole lot of tokens like title, race, name, person who target looks at and so on
/heroic is looking at an $t.race$ $t.title$ $t.gs(his/her/its)$ name is $t$ and $t.gs(he/she/it)$ is in $t.guild/nothing$, and $t$ is looking at $tt/nothing$.
---