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