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

17 lines
461 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_001
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/28/2003 2:15:23 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "aylastore_doonce") == 1))
return FALSE;
return TRUE;
}