Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
14
_module/nss/qst_cq5_c2.nss
Normal file
14
_module/nss/qst_cq5_c2.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
int iQuest;
|
||||
|
||||
iQuest = GetLocalInt(OBJECT_SELF,"QuestVariance");
|
||||
|
||||
iResult = FALSE;
|
||||
|
||||
if (iQuest == 20)
|
||||
iResult = TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user