20 lines
531 B
Plaintext
20 lines
531 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName kryxsayonce
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 9/4/2004 1:16:39 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(OBJECT_SELF, "SayOnce") == 0))
|
|
return FALSE;
|
|
|
|
if(!(GetLocalInt(GetModule(), "RotWarlock") == 0))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|