Aantioch_Infernum/_module/nss/svirfbouncer_gv2.nss

17 lines
466 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: FileName svirfbouncer_gv1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/01/2004 20:35:48
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "svirfbouncer") == 2))
return FALSE;
return TRUE;
}