22 lines
455 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: 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;
}