17 lines
466 B
Plaintext
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;
|
|
}
|