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

17 lines
450 B
Plaintext

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