EN4_PRC8/_module/nss/cnv_suna_qstpts.nss

11 lines
220 B
Plaintext
Raw Permalink Normal View History

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