17 lines
475 B
Plaintext
17 lines
475 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_dryadpersude2
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 4/22/2003 7:36:25 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "DryadFirstTimeTalked") == 2))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|