17 lines
469 B
Plaintext
17 lines
469 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName guardigrd1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 12/1/2003 4:03:53 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "GuardianaGraveyard") == 200))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|