Ok.. I found the C code where he does the /whotarget (called SuperWhoTarget in the code).. if (pSpawn->Equipment.Primary) { itoa(pSpawn->Equipment.Primary,szTemp,10); strcat(szMsg,"Pri: "); strcat(szMsg,szTemp); if (pSpawn->Equipment.Offhand) strcat(szMsg," "); } if (pSpawn->Equi...