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