Aantioch_Infernum/_module/nss/merm_ckvar1.nss

17 lines
444 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: FileName merm_ckvar1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 19/03/2004 19:09:24
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "mermspoken") == 1))
return FALSE;
return TRUE;
}