17 lines
458 B
Plaintext
17 lines
458 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_guill1st
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/15/2002 9:44:57 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "GuillameFirstTimeTalked") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|