17 lines
452 B
Plaintext
17 lines
452 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_uli1st
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 10/21/2002 9:45:40 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "UliFirstTimeTalked") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|