18 lines
496 B
Plaintext
18 lines
496 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_aylagreeter
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/28/2003 2:37:35 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
object o_ayla = GetObjectByTag("Ayla");
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(o_ayla, "captaindead") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|