Author Topic: Imitating clan tags?  (Read 784 times)

So when it says a clients name, I want their clan tags to show. Is their a way?

Code: [Select]
%firstClanTag = %client.clanPrefix;
%secondClanTag = %client.clanSuffix;

The following script would make %name equal the name and clan tags of %client:
Code: [Select]
%name = "\c7" @ %client.clanPrefix @ "\c3" @ %client.name @ "\c7" @ %client.clanSuffix;

hey um, sry lego eggo 4 being mean..

hey um, sry lego eggo 4 being mean..

This is gonna look really weird to anyone that reads this... but I'm sorry too. Take a cookie :cookie: !

And thanks for the script, I'll try it out.