Initial commit
Initial commit. Updated release archive.
This commit is contained in:
15
_module/nss/qst_c_s1.nss
Normal file
15
_module/nss/qst_c_s1.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = TRUE;
|
||||
|
||||
if (GetLocalInt(GetPCSpeaker(),"OnQuest")>0)
|
||||
iResult=FALSE;
|
||||
if (GetLocalInt(OBJECT_SELF,"QuestComplete")>0)
|
||||
iResult=FALSE;
|
||||
if (GetLocalInt(OBJECT_SELF,"QuestStep")!=1)
|
||||
iResult=FALSE;
|
||||
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user