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