Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
17
_module/nss/evil_con3.nss
Normal file
17
_module/nss/evil_con3.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC;
|
||||
int iQuest;
|
||||
|
||||
iQuest = GetLocalInt(GetPCSpeaker(),"Quest");
|
||||
|
||||
oPC=GetPCSpeaker();
|
||||
if (GetLocalInt(oPC,"Evil") == 1 && GetLocalInt(oPC,"EvilWait") == 1)
|
||||
return TRUE;
|
||||
|
||||
if (iQuest >0)
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
|
||||
}
|
Reference in New Issue
Block a user