PWE_PRC8/_module/nss/sc_db_pla_wait.nss

21 lines
538 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName sc_ref_if_wait
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 19/07/2002 10:59:48 PM
//:://////////////////////////////////////////////
#include "sc_dart_include"
int StartingConditional()
{
// If the game initiator is speaking
object db = getDB();
if(GetLocalInt(db, WAITING_FOR_CONTESTANT) == FALSE)
{
return TRUE;
}
return FALSE;
}