EN6_PRC8/_module/nss/cm_dea_0.nss

17 lines
453 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName aid_0
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/10/2004 9:59:16 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "deaswitch") == 0))
return FALSE;
return TRUE;
}