Aantioch_Infernum/_module/nss/green_ck_cmpgn.nss

17 lines
467 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: FileName green_ck_cmpgn
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 24/02/2004 20:53:02
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetCampaignInt("battle","baltar",GetPCSpeaker())==1))
return FALSE;
return TRUE;
}