UW2_PRC8/_module/nss/gc_is_broke.nss
Jaysyn904 5197ad9a4d Initial upload
Initial upload
2023-09-25 20:24:01 -04:00

17 lines
459 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName gc_is_broke
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/11/2008 9:45:15 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if((GetLocalInt(GetPCSpeaker(), "BROKE_JOKE") == 2))
return TRUE;
return FALSE;
}