PWE_PRC8/_module/nss/sc_win1.nss

18 lines
501 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName sc_win1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/21/2002 10:31:22 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
object oFinish = GetObjectByTag("FinishLine");
if(!(GetLocalInt(oFinish, "FinishLine") == 1))
return FALSE;
return TRUE;
}