Jaysyn904 7b9e44ebbb Initial upload
Initial upload.  PRC8 has been added.  Module compiles, PRC's default AI & treasure scripts have been integrated.  Started work on top hak for SLA / Ability / Scripting modifications.
2024-03-11 23:44:08 -04:00

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