2024-06-20 15:47:42 -04:00

17 lines
458 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_dryadpersuade
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/22/2003 7:32:05 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "DryadQuestPersuade") == 1))
return FALSE;
return TRUE;
}