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