Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

19 lines
471 B
Plaintext

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