HiddenTradition_PRC8/_module/nss/sc_golemquest2.nss

17 lines
448 B
Plaintext
Raw Normal View History

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