PWE_PRC8/_module/nss/baltar_ck_cmpgn.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

17 lines
466 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName green_ck_cmpgn
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 24/02/2004 20:53:02
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetCampaignInt("battle","green",GetPCSpeaker())==1))
return FALSE;
return TRUE;
}