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