EN6_PRC8/_module/nss/cm_spe_1.nss
Jaysyn904 a6f6db7303 Initial commit
Initial commit.  Updated release archive.
2024-06-13 15:08:33 -04:00

17 lines
453 B
Plaintext

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