PWE_PRC8/_module/nss/homecheck1.nss

19 lines
472 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName homechek
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2/22/2003 1:29:16 PM
//:://////////////////////////////////////////////
#include "rr_persist"
int StartingConditional()
{
// Inspect local variables
if(!(GPI(GetPCSpeaker(), "home_owner") == 0))
return FALSE;
return TRUE;
}