17 lines
466 B
Plaintext
17 lines
466 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_inqguard1st
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/14/2002 12:36:03 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "VillageGuardFirstTimeTalked") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|