22 lines
455 B
Plaintext
22 lines
455 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: Name
|
||
|
//:: FileName
|
||
|
//:: Copyright (c) 2001 Bioware Corp.
|
||
|
//:://////////////////////////////////////////////
|
||
|
/*
|
||
|
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Pad
|
||
|
//:: Created On: 06/24/2002
|
||
|
//:://////////////////////////////////////////////
|
||
|
#include "nw_i0_tool"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
if(GetIsOpen(OBJECT_SELF) == TRUE)
|
||
|
return TRUE;
|
||
|
|
||
|
return FALSE;
|
||
|
}
|