RoT2_PRC8/_module/nss/frthrjez_var_chk.nss
Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

17 lines
455 B
Plaintext

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