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

17 lines
451 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName librar_var_chk2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/6/2003 4:24:57 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "library_talk2") == 1))
return FALSE;
return TRUE;
}