NWNDS/nwnds_module/sc_checkarmerthr.nss

17 lines
459 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_checkarmerthr
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/21/2002 11:42:09 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "nArenaMerch2Threat") == 1))
return FALSE;
return TRUE;
}