17 lines
454 B
Plaintext
17 lines
454 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_027
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 30/01/2005 3:48:12 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetModule(), "d4_complete") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|