HiddenTradition_PRC8/_module/nss/sc_dryadqueston.nss
2024-06-20 15:47:42 -04:00

17 lines
449 B
Plaintext

//::///////////////////////////////////////////////
//:: 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;
}