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

18 lines
509 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName bookie_talked_2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/21/2002 1:44:56 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
object oBookie = GetObjectByTag("Bookie");
if(!(GetLocalInt(oBookie, "nBookieTalkedTo") == 1))
return FALSE;
return TRUE;
}