Hey Cerb
Yep, still collecting titles..
As was saying, the wrong title name provided threw me off as I have a macro (provided by a good friend) to check and see if I have <x> title already:
If, for example I'm looking for the "Blessed One" title, all I have to do is change s1:
|
Source code
|
1
2
|
/run s1 = "Blessed One";
/run for i=1,GetTitleCount() do a,b=GetTitleInfoByIndex(i-1);if(TEXT("Sys"..b.."_name")==s1) then if(a=="???") then h1="" else h2="Found"; end SendSystemMsg(h2); end; end
|
Hint, hint! For all you addon developers...create an extension off the current title interface where we can search for a specific title by name.