HiddenTradition_PRC8/_module/nss/sc_lichquest1.nss

17 lines
443 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_lichquest1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 05/05/05 11:38:10
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "LichQuest") == 1))
return FALSE;
return TRUE;
}