17 lines
465 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName tgate_80
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/23/2002 11:41:55 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(OBJECT_SELF, "nTempleGateStrength") == 80))
return FALSE;
return TRUE;
}