17 lines
442 B
Plaintext
17 lines
442 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_mera_end
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 6/7/2003 11:42:13 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "Mera1st") == 2))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|