17 lines
446 B
Plaintext
17 lines
446 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName n_explained0
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 29.04.2006 01:35:50
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "n_explained") == 0))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|