Lankhmar_PRC8/_module/nss/sc_snarve.nss

17 lines
440 B
Plaintext
Raw Normal View History

2025-04-03 12:54:47 -04:00
//::///////////////////////////////////////////////
//:: FileName sc_snarve
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/23/2008 5:13:39 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "snarve") == 1))
return FALSE;
return TRUE;
}