EN4_PRC8/_module/nss/tst_q2.nss
Jaysyn904 b464d8da05 Initial Commit
Initial Commit [v1.32PRC8]
2025-04-03 13:38:45 -04:00

17 lines
434 B
Plaintext

//::///////////////////////////////////////////////
//:: 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;
}