EN6_PRC8/_module/nss/cnv_suna_qstpts.nss

9 lines
186 B
Plaintext
Raw Permalink Normal View History

void main()
{
int iQuestPoints;
iQuestPoints = GetLocalInt(GetPCSpeaker(),"QuestPoints");
SpeakString("You have " + IntToString(iQuestPoints) + " quest points available to spend.");
}