EN6_PRC8/_module/nss/en5_i_accomp.nss

10 lines
144 B
Plaintext
Raw Permalink Normal View History

#include "en5_rankings"
void main()
{
string sText;
sText = GetAllAccomplishments(GetPCSpeaker(),0);
SendMessageToPC(GetPCSpeaker(),sText);
}