Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
10
_module/nss/cnv_suna_qstpts.nss
Normal file
10
_module/nss/cnv_suna_qstpts.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "utl_i_sqluuid"
|
||||
|
||||
void main()
|
||||
{
|
||||
int iQuestPoints;
|
||||
|
||||
iQuestPoints = SQLocalsUUID_GetInt(GetPCSpeaker(),"QuestPoints");
|
||||
|
||||
SpeakString("You have " + IntToString(iQuestPoints) + " quest points available to spend.");
|
||||
}
|
Reference in New Issue
Block a user