HiddenTradition_PRC8/_module/nss/sc_dryadqueston.nss

17 lines
449 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_dryadqueston
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/21/2003 2:45:14 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "DryadQuest") == 1))
return FALSE;
return TRUE;
}