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

17 lines
440 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_017
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/16/2003 11:22:32 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "coffeeyes") == 1))
return FALSE;
return TRUE;
}