17 lines
465 B
Plaintext
17 lines
465 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName finishedhorde
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 7/21/2002 11:33:58 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "nWarlordDead") == 2))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|