EN4_PRC8/_module/nss/tst_q2.nss

17 lines
434 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName tst_q2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 1/2/2004 3:39:52 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "Quest") == 1))
return FALSE;
return TRUE;
}