HiddenTradition_PRC8/_module/nss/sc_golemquest1.nss

17 lines
448 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_golemquest1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/12/2003 1:40:23 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "GolemQuest") == 1))
return FALSE;
return TRUE;
}