17 lines
460 B
Plaintext
17 lines
460 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_travellaut1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 03/08/21 20:51:33
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "TravellautFirstTimeTalked") == 0))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|