RoT2_PRC8/_module/nss/frthrjez_var_chk.nss

17 lines
455 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
//::///////////////////////////////////////////////
//:: FileName frthrjez_var_chk
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/9/2003 11:20:58 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "furtherjez_talk") == 1))
return FALSE;
return TRUE;
}