Battledale_PRC8/_module/nss/gc_is_broke.nss

17 lines
459 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: 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;
}