HiddenTradition_PRC8/_module/nss/sc_navarre1st.nss

17 lines
475 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_navarre1st
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/13/2002 10:47:12 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "NavarreFirstTimeTalked") == 1))
return FALSE;
return TRUE;
}