17 lines
465 B
Plaintext
17 lines
465 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName sc_001
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 12/09/2002 11:21:02 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// Inspect local variables
|
||
|
if(!(GetLocalInt(GetObjectByTag("BOXER_RED"), "Fight") == 0))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|