Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
10
_module/nss/qst_overall3_nac.nss
Normal file
10
_module/nss/qst_overall3_nac.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = FALSE;
|
||||
if (GetLocalInt(GetPCSpeaker(),"Overall3NotAccepted") == 1 && GetLocalString(GetPCSpeaker(),"Overall1NPC") == GetTag(OBJECT_SELF))
|
||||
iResult = TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user