Amon_PRC8/_module/nss/towncrier_qual5.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

17 lines
460 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName towncrier_qual1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/21/2003 4:55:30 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetModule(), "TownCrier") == 5))
return FALSE;
return TRUE;
}