17 lines
465 B
Plaintext
17 lines
465 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_travellaut1st
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/17/2002 1:39:12 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "TravellautFirstTimeTalked") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|