Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
19
_module/nss/qp_con_w.nss
Normal file
19
_module/nss/qp_con_w.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
#include "utl_i_sqluuid"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iQuestPoints;
|
||||
int iReturn;
|
||||
string sTag;
|
||||
|
||||
sTag = SQLocalsUUID_GetString(GetPCSpeaker(),"QPTag");
|
||||
|
||||
iQuestPoints = SQLocalsUUID_GetInt(GetPCSpeaker(),"QuestPoints");
|
||||
|
||||
iReturn = TRUE;
|
||||
|
||||
if (sTag == "en3_questring")
|
||||
iReturn=FALSE;
|
||||
|
||||
return iReturn;
|
||||
}
|
Reference in New Issue
Block a user