EN4_PRC8/_module/nss/cm_aid_1.nss
Jaysyn904 b464d8da05 Initial Commit
Initial Commit [v1.32PRC8]
2025-04-03 13:38:45 -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(), "aidswitch") == 1))
return FALSE;
return TRUE;
}