Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
16
_module/nss/evil_chkadv3_3.nss
Normal file
16
_module/nss/evil_chkadv3_3.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
int iFlag;
|
||||
object oPC;
|
||||
object oNPC;
|
||||
|
||||
iResult = FALSE;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
|
||||
if (GetLocalInt(oPC,"EvilQuest") == 5)
|
||||
iResult = TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user