RoT2_PRC8/_module/nss/mayor_var_chk.nss

17 lines
446 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
//::///////////////////////////////////////////////
//:: FileName mayor_var_chk
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/3/2003 8:06:10 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "mayor_talk") == 1))
return FALSE;
return TRUE;
}