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