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