NWNDS/nwnds_module/sc_va1check.nss

17 lines
438 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_va1check
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/30/2002 12:41:17 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "VA") == 1))
return FALSE;
return TRUE;
}