Initial commit
Initial commit. Updated release archive.
This commit is contained in:
14
_module/nss/qst_c_v1.nss
Normal file
14
_module/nss/qst_c_v1.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "en5_misc"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
//GetError("QuestVariance=" + IntToString(GetLocalInt(GetPCSpeaker(),"QuestVariance")));
|
||||
|
||||
iResult = FALSE;
|
||||
if (GetLocalInt(GetPCSpeaker(),"QuestVariance")==1)
|
||||
iResult = TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user