17 lines
459 B
Plaintext
17 lines
459 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName endoratao1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 1/5/2004 3:13:11 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "EndoraTao") == 200))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|